Searched refs:glGetFragDataLocation (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto449 glGetFragDataLocation = 423;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec54 GLint glGetFragDataLocation ( GLuint program, const GLchar *name )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1062 // C function GLint glGetFragDataLocation ( GLuint program, const GLchar *name )
1064 public static native int glGetFragDataLocation( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h876 GL_APICALL GLint GL_APIENTRY glGetFragDataLocation (GLuint program, const GLchar *name);
H A Dgl31.h876 GL_APICALL GLint GL_APIENTRY glGetFragDataLocation (GLuint program, const GLchar *name);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1255 const GLMessage_Function GLMessage::glGetFragDataLocation; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1603 static const Function glGetFragDataLocation = GLMessage_Function_glGetFragDataLocation; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp7937 glmsg.set_function(GLMessage::glGetFragDataLocation);
7954 GLint retValue = glContext->hooks->gl.glGetFragDataLocation(program, name);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2503 /* GLint glGetFragDataLocation ( GLuint program, const GLchar *name ) */
2521 _returnValue = glGetFragDataLocation(
5127 {"glGetFragDataLocation", "(ILjava/lang/String;)I", (void *) android_glGetFragDataLocation__ILjava_lang_String_2 },

Completed in 6111 milliseconds