Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt188 glGetProgramResourceLocation; # introduced=21
H A Dentries.in415 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const GLchar…
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec11 GLint glGetProgramResourceLocation ( GLuint program, GLenum programInterface, const GLchar *name )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java320 public static native int glGetProgramResourceLocation( in glGetProgramResourceLocation() method in GLES31
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
H A Dstubs_arm64.cc364 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 Dstubs_arm.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocation); in init_stub_library()
H A Dstubs_arm64.cc364 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 Dgl2_api.in769 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 Dgl31.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
H A Dgl32.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp876 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29724 method public static int glGetProgramResourceLocation(int, int, String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20670 method public static int glGetProgramResourceLocation(int, int, java.lang.String);