Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt188 glGetProgramResourceLocation; # introduced=21
Dentries.in415 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const GLchar…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec11 GLint glGetProgramResourceLocation ( GLuint program, GLenum programInterface, const GLchar *name )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java320 public static native int glGetProgramResourceLocation( in glGetProgramResourceLocation() method in GLES31
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocation); in init_stub_library()
Dstubs_riscv64.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocation); in init_stub_library()
Dstubs_arm64.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetProgramResourceLocation); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
Dstubs_arm64.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
Dstubs_riscv64.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in769 GLint API_ENTRY(glGetProgramResourceLocation)(GLuint program, GLenum programInterface, const GLchar…
770 CALL_GL_API_RETURN(glGetProgramResourceLocation, program, programInterface, name);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
Dgl32.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp877 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20670 method public static int glGetProgramResourceLocation(int, int, java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt31603 method public static int glGetProgramResourceLocation(int, int, String);