Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h76 {"glGetProgramInfoLog", (void*)glGetProgramInfoLog},
Dgl2_client_context.h76 glGetProgramInfoLog_client_proc_t glGetProgramInfoLog; member
Dgl2_client_context.cpp78 glGetProgramInfoLog = (glGetProgramInfoLog_client_proc_t) getProc("glGetProgramInfoLog", userData); in initDispatchByName()
Dgl2_entry.cpp74 void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog);
624 void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog) in glGetProgramInfoLog() function
627 ctx->glGetProgramInfoLog(ctx, program, bufsize, length, infolog); in glGetProgramInfoLog()
DGL2Encoder.cpp90 OVERRIDE(glGetProgramInfoLog); in GL2Encoder()
Dgl2_enc.cpp2991 this->glGetProgramInfoLog = &glGetProgramInfoLog_enc; in gl2_encoder_context_t()