Searched refs:glGetProgramResourceLocation (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec11 GLint glGetProgramResourceLocation ( GLuint program, GLenum programInterface, const GLchar *name )
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java318 // C function GLint glGetProgramResourceLocation ( GLuint program, GLenum programInterface, const GLchar *name )
320 public static native int glGetProgramResourceLocation( method in class:GLES31
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h403 #define glGetProgramResourceLocation wrap_glGetProgramResourceLocation macro
H A Dgles_undefine.h403 #undef glGetProgramResourceLocation macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp892 /* GLint glGetProgramResourceLocation ( GLuint program, GLenum programInterface, const GLchar *name ) */
910 _returnValue = glGetProgramResourceLocation(
3704 {"glGetProgramResourceLocation", "(IILjava/lang/String;)I", (void *) android_glGetProgramResourceLocation__IILjava_lang_String_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);
H A Dgl32.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);

Completed in 121 milliseconds