Home
last modified time | relevance | path

Searched refs:glDrawTexfvOES (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java54 void glDrawTexfvOES( in glDrawTexfvOES() method
59 void glDrawTexfvOES( in glDrawTexfvOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext3 void glDrawTexfvOES ( const GLfloat *coords )
Dglspec-checks28 glDrawTexfvOES check coords 5
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java247 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
254 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
DGLErrorWrapper.java879 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLErrorWrapper
881 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()
885 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLErrorWrapper
887 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec39 glDrawTexfvOES check coords 5
DGLES11Ext.spec11 void glDrawTexfvOES ( const GLfloat *coords )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt67 glDrawTexfvOES;
Dentries.in221 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1740 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
1747 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in37 void API_ENTRY(glDrawTexfvOES)(const GLfloat *coords) {
38 CALL_GL_API(glDrawTexfvOES, coords);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h226 #define glDrawTexfvOES wrap_glDrawTexfvOES macro
Dgles_undefine.h225 #undef glDrawTexfvOES
/frameworks/native/opengl/include/GLES/
Dglext.h147 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp844 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()
887 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp7250 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()
7293 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
/frameworks/native/opengl/libagl/
Dtexture.cpp1559 void glDrawTexfvOES(const GLfloat* coords) { in glDrawTexfvOES() function
Degl.cpp876 (__eglMustCastToProperFunctionPointerType)&glDrawTexfvOES },
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19471 method public static void glDrawTexfvOES(float[], int);
19472 method public static void glDrawTexfvOES(java.nio.FloatBuffer);
52368 method public abstract void glDrawTexfvOES(float[], int);
52369 method public abstract void glDrawTexfvOES(java.nio.FloatBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28358 Landroid/opengl/GLES11Ext;->glDrawTexfvOES(Ljava/nio/FloatBuffer;)V
28359 Landroid/opengl/GLES11Ext;->glDrawTexfvOES([FI)V
72390 Ljavax/microedition/khronos/opengles/GL11Ext;->glDrawTexfvOES(Ljava/nio/FloatBuffer;)V
72391 Ljavax/microedition/khronos/opengles/GL11Ext;->glDrawTexfvOES([FI)V
Dboot-image-profile.txt51191 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glDrawTexfvOES(Ljava/nio/FloatBuffer;)V
51192 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glDrawTexfvOES([FI)V
/frameworks/base/api/
Dcurrent.txt29898 method public static void glDrawTexfvOES(float[], int);
29899 method public static void glDrawTexfvOES(java.nio.FloatBuffer);
71967 method public abstract void glDrawTexfvOES(float[], int);
71968 method public abstract void glDrawTexfvOES(java.nio.FloatBuffer);