Searched refs:glDrawTexfvOES (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java54 void glDrawTexfvOES( method in interface:GL11Ext
59 void glDrawTexfvOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java245 // C function void glDrawTexfvOES ( const GLfloat *coords )
247 public static native void glDrawTexfvOES( method in class:GLES11Ext
252 // C function void glDrawTexfvOES ( const GLfloat *coords )
254 public static native void glDrawTexfvOES( method in class:GLES11Ext
H A DGLErrorWrapper.java879 public void glDrawTexfvOES(float[] coords, int offset) { method in class:GLErrorWrapper
881 mgl11Ext.glDrawTexfvOES(coords, offset);
885 public void glDrawTexfvOES(FloatBuffer coords) { method in class:GLErrorWrapper
887 mgl11Ext.glDrawTexfvOES(coords);
H A DGLLogWrapper.java2639 public void glDrawTexfvOES(float[] coords, int offset) { method in class:GLLogWrapper
2640 begin("glDrawTexfvOES");
2644 mgl11Ext.glDrawTexfvOES(coords, offset);
2648 public void glDrawTexfvOES(FloatBuffer coords) { method in class:GLLogWrapper
2649 begin("glDrawTexfvOES");
2652 mgl11Ext.glDrawTexfvOES(coords);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec39 glDrawTexfvOES check coords 5
H A DGLES11Ext.spec11 void glDrawTexfvOES ( const GLfloat *coords )
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1738 // C function void glDrawTexfvOES ( const GLfloat *coords )
1740 public native void glDrawTexfvOES( method in class:GLImpl
1745 // C function void glDrawTexfvOES ( const GLfloat *coords )
1747 public native void glDrawTexfvOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h225 #define glDrawTexfvOES wrap_glDrawTexfvOES macro
H A Dgles_undefine.h225 #undef glDrawTexfvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h149 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1565 void glDrawTexfvOES(const GLfloat* coords) {
H A Degl.cpp873 { "glDrawTexfvOES",
874 (__eglMustCastToProperFunctionPointerType)&glDrawTexfvOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp811 /* void glDrawTexfvOES ( const GLfloat *coords ) */
845 glDrawTexfvOES(
859 /* void glDrawTexfvOES ( const GLfloat *coords ) */
888 glDrawTexfvOES(
4024 {"glDrawTexfvOES", "([FI)V", (void *) android_glDrawTexfvOES___3FI },
4025 {"glDrawTexfvOES", "(Ljava/nio/FloatBuffer;)V", (void *) android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp7217 /* void glDrawTexfvOES ( const GLfloat *coords ) */
7251 glDrawTexfvOES(
7265 /* void glDrawTexfvOES ( const GLfloat *coords ) */
7294 glDrawTexfvOES(
9289 {"glDrawTexfvOES", "([FI)V", (void *) android_glDrawTexfvOES___3FI },
9290 {"glDrawTexfvOES", "(Ljava/nio/FloatBuffer;)V", (void *) android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 },

Completed in 253 milliseconds