Searched refs:glGetProgramResourceLocation (Results 1 – 19 of 19) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 188 glGetProgramResourceLocation; # introduced=21
|
D | entries.in | 415 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const GLchar…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 11 GLint glGetProgramResourceLocation ( GLuint program, GLenum programInterface, const GLchar *name )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 320 public static native int glGetProgramResourceLocation( in glGetProgramResourceLocation() method in GLES31
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation); 1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocation); in init_stub_library()
|
D | stubs_arm64.cc | 364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation); 1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocation); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation); 1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
|
D | stubs_arm.cc | 364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation); 1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 404 #define glGetProgramResourceLocation wrap_glGetProgramResourceLocation macro
|
D | gles_undefine.h | 403 #undef glGetProgramResourceLocation
|
D | gles_stubs.in | 769 GLint API_ENTRY(glGetProgramResourceLocation)(GLuint program, GLenum programInterface, const GLchar… 770 CALL_GL_API_RETURN(glGetProgramResourceLocation, program, programInterface, name);
|
D | gles_decls.in | 257 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const GLchar…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 769 GLint API_ENTRY(glGetProgramResourceLocation)(GLuint program, GLenum programInterface, const GLchar… 770 CALL_GL_API_RETURN(glGetProgramResourceLocation, program, programInterface, name);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
|
D | gl32.h | 1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 876 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20670 method public static int glGetProgramResourceLocation(int, int, java.lang.String);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33349 method public static int glGetProgramResourceLocation(int, int, String);
|
/frameworks/base/api/ |
D | current.txt | 33493 method public static int glGetProgramResourceLocation(int, int, String);
|