Home
last modified time | relevance | path

Searched refs:glGetProgramInfoLog (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h76 {"glGetProgramInfoLog", (void*)glGetProgramInfoLog},
Dgl2_client_context.h78 glGetProgramInfoLog_client_proc_t glGetProgramInfoLog; member
Dgl2_client_context.cpp78 glGetProgramInfoLog = (glGetProgramInfoLog_client_proc_t) getProc("glGetProgramInfoLog", userData); in initDispatchByName()
Dgl2_entry.cpp73 void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog);
844 void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog) in glGetProgramInfoLog() function
848 ctx->glGetProgramInfoLog(ctx, program, bufsize, length, infolog); in glGetProgramInfoLog()
DGL2Encoder.cpp157 OVERRIDE(glGetProgramInfoLog); in GL2Encoder()
Dgl2_enc.cpp11638 this->glGetProgramInfoLog = &glGetProgramInfoLog_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries70 void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h442 GL_APICALL void GL_APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, …
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib126 glGetProgramInfoLog
Dgles3.in66 GL_ENTRY(void, glGetProgramInfoLog, GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infol…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h442 GL_APICALL void GL_APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, …
Dgl31.h442 GL_APICALL void GL_APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, …