Home
last modified time | relevance | path

Searched defs:shaderObj (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dshaderapi.c1625 _mesa_CompileShader(GLuint shaderObj) in _mesa_CompileShader()
2072 shader_source(struct gl_context *ctx, GLuint shaderObj, GLsizei count, in shader_source()
2169 _mesa_ShaderSource_no_error(GLuint shaderObj, GLsizei count, in _mesa_ShaderSource_no_error()
2178 _mesa_ShaderSource(GLuint shaderObj, GLsizei count, in _mesa_ShaderSource()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_params.cpp448 gl::Shader *shaderObj = glState.getShaderProgramManagerForCapture().getShader(shader); in CaptureGetShaderInfoLog_infoLog() local