Searched refs:glGetProgramResourceLocationIndexEXT (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 365 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocationIndexEXT); 1213 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocationIndexEXT); in init_stub_library()
|
D | stubs_arm64.cc | 365 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocationIndexEXT); 1213 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocationIndexEXT); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 365 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocationIndexEXT); 1213 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocationIndexEXT); in init_stub_library()
|
D | stubs_arm.cc | 365 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocationIndexEXT); 1213 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocationIndexEXT); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 405 #define glGetProgramResourceLocationIndexEXT wrap_glGetProgramResourceLocationIndexEXT macro
|
D | gles_undefine.h | 404 #undef glGetProgramResourceLocationIndexEXT
|
D | gles_stubs.in | 1276 GLint API_ENTRY(glGetProgramResourceLocationIndexEXT)(GLuint program, GLenum programInterface, cons… 1277 CALL_GL_API_RETURN(glGetProgramResourceLocationIndexEXT, program, programInterface, name);
|
D | gles_decls.in | 426 GL_ENTRY(GLint, glGetProgramResourceLocationIndexEXT, GLuint program, GLenum programInterface, cons…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 322 GLint API_ENTRY(glGetProgramResourceLocationIndexEXT)(GLuint program, GLenum programInterface, cons… 323 CALL_GL_API_RETURN(glGetProgramResourceLocationIndexEXT, program, programInterface, name);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 416 GL_ENTRY(GLint, glGetProgramResourceLocationIndexEXT, GLuint program, GLenum programInterface, cons…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1111 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocationIndexEXT (GLuint program, GLenum programIn…
|