Searched refs:glGetFixedvOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java373 // C function void glGetFixedvOES ( GLenum pname, GLfixed *params )
375 public static native void glGetFixedvOES( method in class:GLES11Ext
381 // C function void glGetFixedvOES ( GLenum pname, GLfixed *params )
383 public static native void glGetFixedvOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec24 void glGetFixedvOES ( GLenum pname, GLfixed *params )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto188 glGetFixedvOES = 162;
/frameworks/native/opengl/include/GLES/
H A Dglext.h628 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1087 /* void glGetFixedvOES ( GLenum pname, GLfixed *params ) */
1115 glGetFixedvOES(
1130 /* void glGetFixedvOES ( GLenum pname, GLfixed *params ) */
1144 glGetFixedvOES(
3490 {"glGetFixedvOES", "(I[II)V", (void *) android_glGetFixedvOES__I_3II },
3491 {"glGetFixedvOES", "(ILjava/nio/IntBuffer;)V", (void *) android_glGetFixedvOES__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp803 const GLMessage_Function GLMessage::glGetFixedvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1151 static const Function glGetFixedvOES = GLMessage_Function_glGetFixedvOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp19917 glmsg.set_function(GLMessage::glGetFixedvOES);
19934 glContext->hooks->gl.glGetFixedvOES(pname, params);

Completed in 102 milliseconds