Home
last modified time | relevance | path

Searched refs:glDrawTexxvOES (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java105 void glDrawTexxvOES( in glDrawTexxvOES() method
110 void glDrawTexxvOES( in glDrawTexxvOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext9 void glDrawTexxvOES ( const GLfixed *coords )
Dglspec-checks31 glDrawTexxvOES check coords 5
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec38 glDrawTexxvOES check coords 5
DGLES11Ext.spec9 void glDrawTexxvOES ( const GLfixed *coords )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java224 public static native void glDrawTexxvOES( in glDrawTexxvOES() method in GLES11Ext
231 public static native void glDrawTexxvOES( in glDrawTexxvOES() method in GLES11Ext
DGLErrorWrapper.java934 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() method in GLErrorWrapper
936 mgl11Ext.glDrawTexxvOES(coords, offset); in glDrawTexxvOES()
940 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES() method in GLErrorWrapper
942 mgl11Ext.glDrawTexxvOES(coords); in glDrawTexxvOES()
DGLLogWrapper.java2727 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() method in GLLogWrapper
2732 mgl11Ext.glDrawTexxvOES(coords, offset); in glDrawTexxvOES()
2736 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES() method in GLLogWrapper
2740 mgl11Ext.glDrawTexxvOES(coords); in glDrawTexxvOES()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1809 public native void glDrawTexxvOES( in glDrawTexxvOES() method in GLImpl
1816 public native void glDrawTexxvOES( in glDrawTexxvOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto120 glDrawTexxvOES = 94; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in25 void API_ENTRY(glDrawTexxvOES)(const GLfixed *coords) {
26 CALL_GL_API(glDrawTexxvOES, coords);
/frameworks/native/opengl/include/GLES/
Dglext.h568 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp599 glDrawTexxvOES( in android_glDrawTexxvOES___3II()
636 glDrawTexxvOES( in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp7110 glDrawTexxvOES( in android_glDrawTexxvOES___3II()
7147 glDrawTexxvOES( in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/libagl/
Dtexture.cpp1582 void glDrawTexxvOES(const GLfixed* coords) { in glDrawTexxvOES() function
Degl.cpp839 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES },
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp735 const GLMessage_Function GLMessage::glDrawTexxvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1083 static const Function glDrawTexxvOES = GLMessage_Function_glDrawTexxvOES; variable
Dgltrace_api.cpp19422 glmsg.set_function(GLMessage::glDrawTexxvOES); in GLTrace_glDrawTexxvOES()
19433 glContext->hooks->gl.glDrawTexxvOES(coords); in GLTrace_glDrawTexxvOES()
/frameworks/native/opengl/libs/
Ddebug.in54 TRACE_GL_VOID(glDrawTexxvOES, (const GLfixed *coords), (coords), 1, "const GLfixed *", coords)
Dentries.in130 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords)
Dtrace.in130 TRACE_GL_VOID(glDrawTexxvOES, (const GLfixed *coords), (coords), 1, "const GLfixed *", coords)
/frameworks/base/api/
Dcurrent.txt16042 method public static void glDrawTexxvOES(int[], int);
16043 method public static void glDrawTexxvOES(java.nio.IntBuffer);
45578 method public abstract void glDrawTexxvOES(int[], int);
45579 method public abstract void glDrawTexxvOES(java.nio.IntBuffer);