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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java530 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
532 public static native void glMaterialxvOES( method in class:GLES11Ext
539 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
541 public static native void glMaterialxvOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec36 void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto273 glMaterialxvOES = 247;
/frameworks/native/opengl/include/GLES/
H A Dglext.h689 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1664 /* void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params ) */
1692 glMaterialxvOES(
1708 /* void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params ) */
1722 glMaterialxvOES(
3510 {"glMaterialxvOES", "(II[II)V", (void *) android_glMaterialxvOES__II_3II },
3511 {"glMaterialxvOES", "(IILjava/nio/IntBuffer;)V", (void *) android_glMaterialxvOES__IILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1079 const GLMessage_Function GLMessage::glMaterialxvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1427 static const Function glMaterialxvOES = GLMessage_Function_glMaterialxvOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp28687 glmsg.set_function(GLMessage::glMaterialxvOES);
28710 glContext->hooks->gl.glMaterialxvOES(face, pname, param);
[all...]

Completed in 170 milliseconds