Home
last modified time | relevance | path

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

/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/base/libs/hwui/debug/
Dwrap_gles.h406 #define glGetProgramResourceLocation wrap_glGetProgramResourceLocation macro
Dunwrap_gles.h406 #undef glGetProgramResourceLocation
/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.cpp849 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2()
/frameworks/native/opengl/libs/
Dentries.in387 GL_ENTRY(GLint, glGetProgramResourceLocation, GLuint program, GLenum programInterface, const GLchar…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20670 method public static int glGetProgramResourceLocation(int, int, java.lang.String);
/frameworks/base/api/
Dcurrent.txt27182 method public static int glGetProgramResourceLocation(int, int, java.lang.String);
Dsystem-current.txt29622 method public static int glGetProgramResourceLocation(int, int, java.lang.String);
Dtest-current.txt27251 method public static int glGetProgramResourceLocation(int, int, java.lang.String);