Searched refs:GetProgramInfoLog (Results 1 – 9 of 9) sorted by relevance
/external/skia/bench/ |
D | GLBench.cpp | 122 GR_GL_CALL(gl, GetProgramInfoLog(shaderProgram, 512, nullptr, infoLog)); in CreateProgram()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 210 GL_CALL(GetProgramInfoLog(programID, in checkLinkStatus()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 178 GET_PROC(GetProgramInfoLog); in GrGLAssembleGLInterface() 656 GET_PROC(GetProgramInfoLog); in GrGLAssembleGLESInterface()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | main.cpp | 235 void GetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog); 816 return es2::GetProgramInfoLog(program, bufsize, length, infolog); in glGetProgramInfoLog() 1418 this->glGetProgramInfoLog = es2::GetProgramInfoLog; in LibGLESv2exports()
|
D | libGLESv2.cpp | 3246 void GetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog) in GetProgramInfoLog() function
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 981 { "glGetProgramInfoLog", _O(GetProgramInfoLog) },
|
/external/libmojo/mojo/gpu/ |
D | mojo_gles2_impl_autogen.h | 272 void GetProgramInfoLog(GLuint program,
|
D | mojo_gles2_impl_autogen.cc | 527 void MojoGLES2Impl::GetProgramInfoLog(GLuint program, in GetProgramInfoLog() function in mojo::MojoGLES2Impl
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 779 #define glGetProgramInfoLog MANGLE(GetProgramInfoLog)
|