Searched refs:AttachShader (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_program.h | 57 bool AttachShader(uint32_t index, uint32_t shaderId);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_program.cpp | 77 bool WebGLProgram::AttachShader(uint32_t index, uint32_t shaderId) in AttachShader() function in OHOS::Rosen::WebGLProgram
|
H A D | webgl_rendering_context_base_impl.cpp | 379 napi_value WebGLRenderingContextBaseImpl::AttachShader(napi_env env, napi_value programObj, napi_va… in AttachShader() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl 395 …if (!CheckShaderType(env, webGlShader->GetShaderType(), index) || !webGLProgram->AttachShader(inde… in AttachShader()
|
H A D | webgl_rendering_context_base.cpp | 170 napi_value WebGLRenderingContextBase::AttachShader(napi_env env, napi_callback_info info) in AttachShader() function in OHOS::Rosen::WebGLRenderingContextBase 181 return context->GetWebGLRenderingContextImpl().AttachShader( in AttachShader()
|
H A D | webgl_rendering_context_common.cpp | 1518 NVal::DeclareNapiFunction("attachShader", WebGLRenderingContextBase::AttachShader), in GetRenderingContextBasePropertyDesc()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 336 static napi_value AttachShader(napi_env env, napi_callback_info info);
|
H A D | webgl_rendering_context_base_impl.h | 172 napi_value AttachShader(napi_env env, napi_value programObj, napi_value shaderObj);
|