/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 71 void glDrawTexivOES( in glDrawTexivOES() method 76 void glDrawTexivOES( in glDrawTexivOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 5 void glDrawTexivOES ( const GLint *coords )
|
D | glspec-checks | 29 glDrawTexivOES check coords 5
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 36 glDrawTexivOES check coords 5
|
D | GLES11Ext.spec | 8 void glDrawTexivOES ( const GLint *coords )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 211 public static native void glDrawTexivOES( in glDrawTexivOES() method in GLES11Ext 218 public static native void glDrawTexivOES( in glDrawTexivOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 897 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()
|
D | GLLogWrapper.java | 2668 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/ |
D | GLImpl.java | 1763 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/ |
D | gltrace.proto | 116 glDrawTexivOES = 90; enumerator
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 22 void API_ENTRY(glDrawTexivOES)(const GLint *coords) { 23 CALL_GL_API(glDrawTexivOES, coords);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 567 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 515 glDrawTexivOES( in android_glDrawTexivOES___3II() 552 glDrawTexivOES( in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 6916 glDrawTexivOES( in android_glDrawTexivOES___3II() 6953 glDrawTexivOES( in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1559 void glDrawTexivOES(const GLint* coords) { in glDrawTexivOES() function
|
D | egl.cpp | 835 (__eglMustCastToProperFunctionPointerType)&glDrawTexivOES },
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 731 const GLMessage_Function GLMessage::glDrawTexivOES; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1079 static const Function glDrawTexivOES = GLMessage_Function_glDrawTexivOES; variable
|
D | gltrace_api.cpp | 19393 glmsg.set_function(GLMessage::glDrawTexivOES); in GLTrace_glDrawTexivOES() 19404 glContext->hooks->gl.glDrawTexivOES(coords); in GLTrace_glDrawTexivOES()
|
/frameworks/native/opengl/libs/ |
D | debug.in | 50 TRACE_GL_VOID(glDrawTexivOES, (const GLint *coords), (coords), 1, "const GLint *", coords)
|
D | entries.in | 126 GL_ENTRY(void, glDrawTexivOES, const GLint *coords)
|
D | trace.in | 126 TRACE_GL_VOID(glDrawTexivOES, (const GLint *coords), (coords), 1, "const GLint *", coords)
|
/frameworks/base/api/ |
D | current.txt | 16036 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);
|