Home
last modified time | relevance | path

Searched refs:webGLProgram (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp622 if (webGLProgram == nullptr) { in GetTransformFeedbackVarying()
625 programId = webGLProgram->GetProgramId(); in GetTransformFeedbackVarying()
1133 if (webGLProgram == nullptr) { in GetFragDataLocation()
1136 program = webGLProgram->GetProgramId(); in GetFragDataLocation()
1601 if (webGLProgram == nullptr) { in GetUniformBlockIndex()
1621 if (webGLProgram == nullptr) { in UniformBlockBinding()
1722 if (webGLProgram == nullptr) { in TransformFeedbackVaryings()
1745 if (webGLProgram == nullptr) { in GetUniformIndices()
1777 if (webGLProgram == nullptr) { in GetActiveUniforms()
1827 if (webGLProgram == nullptr) { in GetActiveUniformBlockParameter()
[all …]
H A Dwebgl_rendering_context_base_impl.cpp382 if (webGLProgram == nullptr) { in AttachShader()
392 uint32_t programId = webGLProgram->GetProgramId(); in AttachShader()
406 if (webGLProgram == nullptr) { in DetachShader()
1305 if (webGLProgram != nullptr) { in UseProgram()
1306 program = webGLProgram->GetProgramId(); in UseProgram()
1322 if (webGLProgram != nullptr) { in ValidateProgram()
1323 program = webGLProgram->GetProgramId(); in ValidateProgram()
1334 if (webGLProgram != nullptr) { in LinkProgram()
1335 program = webGLProgram->GetProgramId(); in LinkProgram()
1475 if (webGLProgram == nullptr) { in BindAttribLocation()
[all …]
H A Dwebgl_rendering_context_base.cpp1935 WebGLProgram* webGLProgram = WebGLProgram::GetObjectInstance(env, funcArg[NARG_POS::FIRST]); in ValidateProgram() local
1936 if (webGLProgram == nullptr) { in ValidateProgram()
1939 uint32_t program = webGLProgram->GetProgramId(); in ValidateProgram()
2155 WebGLProgram* webGLProgram = WebGLProgram::GetObjectInstance(env, funcArg[NARG_POS::FIRST]); in IsProgram() local
2156 if (webGLProgram == nullptr) { in IsProgram()
2159 uint32_t program = webGLProgram->GetProgramId(); in IsProgram()
2383 WebGLProgram* webGLProgram = WebGLProgram::GetObjectInstance(env, funcArg[NARG_POS::FIRST]); in CreateWebGLActiveInfo() local
2384 if (webGLProgram == nullptr) { in CreateWebGLActiveInfo()
2387 uint32_t programId = webGLProgram->GetProgramId(); in CreateWebGLActiveInfo()
2792 if (webGLProgram == nullptr) { in GetProgramInfoLog()
[all …]