Searched refs:glGetProgramResourceIndex (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 364 {"glGetProgramResourceIndex", (void*)glGetProgramResourceIndex},
|
D | gl2_client_context.h | 400 glGetProgramResourceIndex_client_proc_t glGetProgramResourceIndex; member
|
D | gl2_client_context.cpp | 400 …glGetProgramResourceIndex = (glGetProgramResourceIndex_client_proc_t) getProc("glGetProgramResourc… in initDispatchByName()
|
D | gl2_entry.cpp | 395 GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const char* name); 2800 GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const char* name) in glGetProgramResourceIndex() function 2803 return ctx->glGetProgramResourceIndex(ctx, program, programInterface, name); in glGetProgramResourceIndex()
|
D | GL2Encoder.cpp | 355 OVERRIDE(glGetProgramResourceIndex); in GL2Encoder()
|
D | gl2_enc.cpp | 11960 this->glGetProgramResourceIndex = &glGetProgramResourceIndex_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 12 GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const GLchar *name);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 923 glGetProgramResourceIndex
|
D | gles3.in | 516 GL_ENTRY(GLuint, glGetProgramResourceIndex, GLuint program, GLenum programInterface, const char * n…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl31.h | 1117 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
|