Home
last modified time | relevance | path

Searched refs:GetProgramInfoLog (Results 1 – 9 of 9) sorted by relevance

/external/skia/bench/
DGLBench.cpp122 GR_GL_CALL(gl, GetProgramInfoLog(shaderProgram, 512, nullptr, infoLog)); in CreateProgram()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp210 GL_CALL(GetProgramInfoLog(programID, in checkLinkStatus()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp178 GET_PROC(GetProgramInfoLog); in GrGLAssembleGLInterface()
656 GET_PROC(GetProgramInfoLog); in GrGLAssembleGLESInterface()
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp235 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()
DlibGLESv2.cpp3246 void GetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog) in GetProgramInfoLog() function
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp981 { "glGetProgramInfoLog", _O(GetProgramInfoLog) },
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h272 void GetProgramInfoLog(GLuint program,
Dmojo_gles2_impl_autogen.cc527 void MojoGLES2Impl::GetProgramInfoLog(GLuint program, in GetProgramInfoLog() function in mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
Dgl_mangle.h779 #define glGetProgramInfoLog MANGLE(GetProgramInfoLog)