Home
last modified time | relevance | path

Searched defs:shaderId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_program.cpp77 bool WebGLProgram::AttachShader(uint32_t index, uint32_t shaderId) in AttachShader()
92 bool WebGLProgram::DetachShader(uint32_t index, uint32_t shaderId) in DetachShader()
H A Dwebgl_rendering_context_base_impl.cpp367 GLuint shaderId = glCreateShader(type); in CreateShader() local
391 uint32_t shaderId = webGlShader->GetShaderId(); in AttachShader() local
415 uint32_t shaderId = webGlShader->GetShaderId(); in DetachShader() local
434 uint32_t shaderId = webGlShader->GetShaderId(); in CompileShader() local
447 uint32_t shaderId = webGlShader->GetShaderId(); in ShaderSource() local
632 uint32_t shaderId = WebGLShader::DEFAULT_SHADER_ID; in DeleteShader() local
651 uint32_t shaderId = webGlShader->GetShaderId(); in GetShaderParameter() local
977 std::vector<GLuint> shaderId(MAX_COUNT_ATTACHED_SHADER); in GetAttachedShaders() local
H A Dwebgl_rendering_context_base.cpp2200 uint32_t shaderId = webGLShader->GetShaderId(); in IsShader() local
2764 GLuint shaderId = webGlShader->GetShaderId(); in GetShaderInfoLog() local
2828 uint32_t shaderId = webGlShader->GetShaderId(); in GetShaderSource() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_shader.h38 void SetShaderId(uint32_t shaderId) in SetShaderId()