Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java71 void glDrawTexivOES( in glDrawTexivOES() method
76 void glDrawTexivOES( in glDrawTexivOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext5 void glDrawTexivOES ( const GLint *coords )
Dglspec-checks29 glDrawTexivOES check coords 5
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec36 glDrawTexivOES check coords 5
DGLES11Ext.spec8 void glDrawTexivOES ( const GLint *coords )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java211 public static native void glDrawTexivOES( in glDrawTexivOES() method in GLES11Ext
218 public static native void glDrawTexivOES( in glDrawTexivOES() method in GLES11Ext
DGLErrorWrapper.java897 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() method in GLErrorWrapper
899 mgl11Ext.glDrawTexivOES(coords, offset); in glDrawTexivOES()
903 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() method in GLErrorWrapper
905 mgl11Ext.glDrawTexivOES(coords); in glDrawTexivOES()
DGLLogWrapper.java2668 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() method in GLLogWrapper
2673 mgl11Ext.glDrawTexivOES(coords, offset); in glDrawTexivOES()
2677 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() method in GLLogWrapper
2681 mgl11Ext.glDrawTexivOES(coords); in glDrawTexivOES()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1763 public native void glDrawTexivOES( in glDrawTexivOES() method in GLImpl
1770 public native void glDrawTexivOES( in glDrawTexivOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto116 glDrawTexivOES = 90; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in22 void API_ENTRY(glDrawTexivOES)(const GLint *coords) {
23 CALL_GL_API(glDrawTexivOES, coords);
/frameworks/native/opengl/include/GLES/
Dglext.h567 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp515 glDrawTexivOES( in android_glDrawTexivOES___3II()
552 glDrawTexivOES( in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp6916 glDrawTexivOES( in android_glDrawTexivOES___3II()
6953 glDrawTexivOES( in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/libagl/
Dtexture.cpp1559 void glDrawTexivOES(const GLint* coords) { in glDrawTexivOES() function
Degl.cpp835 (__eglMustCastToProperFunctionPointerType)&glDrawTexivOES },
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp731 const GLMessage_Function GLMessage::glDrawTexivOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1079 static const Function glDrawTexivOES = GLMessage_Function_glDrawTexivOES; variable
Dgltrace_api.cpp19393 glmsg.set_function(GLMessage::glDrawTexivOES); in GLTrace_glDrawTexivOES()
19404 glContext->hooks->gl.glDrawTexivOES(coords); in GLTrace_glDrawTexivOES()
/frameworks/native/opengl/libs/
Ddebug.in50 TRACE_GL_VOID(glDrawTexivOES, (const GLint *coords), (coords), 1, "const GLint *", coords)
Dentries.in126 GL_ENTRY(void, glDrawTexivOES, const GLint *coords)
Dtrace.in126 TRACE_GL_VOID(glDrawTexivOES, (const GLint *coords), (coords), 1, "const GLint *", coords)
/frameworks/base/api/
Dcurrent.txt16036 method public static void glDrawTexivOES(int[], int);
16037 method public static void glDrawTexivOES(java.nio.IntBuffer);
45572 method public abstract void glDrawTexivOES(int[], int);
45573 method public abstract void glDrawTexivOES(java.nio.IntBuffer);