Searched refs:glGetProgramResourceLocation (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 188 glGetProgramResourceLocation; # introduced=21
|
H A D | entries.in | 415 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const GLchar…
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES31.spec | 11 GLint glGetProgramResourceLocation ( GLuint program, GLenum programInterface, const GLchar *name )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 320 public static native int glGetProgramResourceLocation( in glGetProgramResourceLocation() method in GLES31
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation); 1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
|
H A D | stubs_arm64.cc | 364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation); 1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/ |
H A D | stubs_arm.cc | 364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation); 1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocation); in init_stub_library()
|
H A D | stubs_arm64.cc | 364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation); 1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocation); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2_api.in | 769 GLint API_ENTRY(glGetProgramResourceLocation)(GLuint program, GLenum programInterface, const GLchar… 770 CALL_GL_API_RETURN(glGetProgramResourceLocation, program, programInterface, name);
|
/aosp12/frameworks/native/opengl/include/GLES3/ |
H A D | gl31.h | 1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
|
H A D | gl32.h | 1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31.cpp | 876 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 29724 method public static int glGetProgramResourceLocation(int, int, String);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 20670 method public static int glGetProgramResourceLocation(int, int, java.lang.String);
|