Home
last modified time | relevance | path

Searched refs:glGetProgramResourceLocation (Results 1 – 19 of 19) 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/libGLESv3/
Dstubs_arm.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/libGLESv2/
Dstubs_arm64.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
Dstubs_arm.cc364 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetProgramResourceLocation);
1212 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetProgramResourceLocation); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h404 #define glGetProgramResourceLocation wrap_glGetProgramResourceLocation macro
Dgles_undefine.h403 #undef glGetProgramResourceLocation
Dgles_stubs.in769 GLint API_ENTRY(glGetProgramResourceLocation)(GLuint program, GLenum programInterface, const GLchar…
770 CALL_GL_API_RETURN(glGetProgramResourceLocation, program, programInterface, name);
Dgles_decls.in257 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const GLchar…
/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.cpp876 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20670 method public static int glGetProgramResourceLocation(int, int, java.lang.String);
/frameworks/base/non-updatable-api/
Dcurrent.txt33349 method public static int glGetProgramResourceLocation(int, int, String);
/frameworks/base/api/
Dcurrent.txt33493 method public static int glGetProgramResourceLocation(int, int, String);