Home
last modified time | relevance | path

Searched refs:glGetProgramResourceiv (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h363 {"glGetProgramResourceiv", (void*)glGetProgramResourceiv},
Dgl2_client_context.h399 glGetProgramResourceiv_client_proc_t glGetProgramResourceiv; member
Dgl2_client_context.cpp399glGetProgramResourceiv = (glGetProgramResourceiv_client_proc_t) getProc("glGetProgramResourceiv", … in initDispatchByName()
Dgl2_entry.cpp394 …void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCou…
2793 void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCoun… in glGetProgramResourceiv() function
2797 …ctx->glGetProgramResourceiv(ctx, program, programInterface, index, propCount, props, bufSize, leng… in glGetProgramResourceiv()
DGL2Encoder.cpp354 OVERRIDE(glGetProgramResourceiv); in GL2Encoder()
Dgl2_enc.cpp11959 this->glGetProgramResourceiv = &glGetProgramResourceiv_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles31_only.entries14 void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCoun…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib914 glGetProgramResourceiv
Dgles3.in515 GL_ENTRY(void, glGetProgramResourceiv, GLuint program, GLenum programInterface, GLuint index, GLsiz…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1119 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…