Home
last modified time | relevance | path

Searched refs:glGetProgramResourceLocation (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h365 {"glGetProgramResourceLocation", (void*)glGetProgramResourceLocation},
Dgl2_client_context.h401 glGetProgramResourceLocation_client_proc_t glGetProgramResourceLocation; member
Dgl2_client_context.cpp401glGetProgramResourceLocation = (glGetProgramResourceLocation_client_proc_t) getProc("glGetProgramR… in initDispatchByName()
Dgl2_entry.cpp396 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const char* name);
2804 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const char* name) in glGetProgramResourceLocation() function
2807 return ctx->glGetProgramResourceLocation(ctx, program, programInterface, name); in glGetProgramResourceLocation()
DGL2Encoder.cpp354 OVERRIDE(glGetProgramResourceLocation); in GL2Encoder()
Dgl2_enc.cpp11880 this->glGetProgramResourceLocation = &glGetProgramResourceLocation_enc; in gl2_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3.lds199 glGetProgramResourceLocation;
Dgles3_wrapper_context.h401 glGetProgramResourceLocation_wrapper_proc_t glGetProgramResourceLocation; member
Dgles3_wrapper_context.cpp401glGetProgramResourceLocation = (glGetProgramResourceLocation_wrapper_proc_t) getProc("glGetProgram… in initDispatchByName()
Dgles3_wrapper_entry.cpp396 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const char* name);
2755 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const char* name) in glGetProgramResourceLocation() function
2758 return ctx->glGetProgramResourceLocation( program, programInterface, name); in glGetProgramResourceLocation()
Dgles3.in517 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const char *…
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles31_only.entries15 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const GLchar *name);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib926 glGetProgramResourceLocation
Dgles3.in517 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const char *…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1120 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…