Searched refs:glGetFragDataLocation (Results 1 - 8 of 8) 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.h999 GL_APICALL GLint GL_APIENTRY glGetFragDataLocation (GLuint program, const GLchar *name);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1064 const GLMessage_Function GLMessage::glGetFragDataLocation; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1412 static const Function glGetFragDataLocation = GLMessage_Function_glGetFragDataLocation; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp7938 glmsg.set_function(GLMessage::glGetFragDataLocation);
7955 GLint retValue = glContext->hooks->gl.glGetFragDataLocation(program, name);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2503 /* GLint glGetFragDataLocation ( GLuint program, const GLchar *name ) */
2520 _returnValue = glGetFragDataLocation(
5125 {"glGetFragDataLocation", "(ILjava/lang/String;)I", (void *) android_glGetFragDataLocation__ILjava_lang_String_2 },

Completed in 204 milliseconds