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/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec35 glDrawTexfvOES check coords 5
DGLES11Ext.spec11 void glDrawTexfvOES ( const GLfloat *coords )
/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()
DGLLogWrapper.java2639 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLLogWrapper
2644 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()
2648 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLLogWrapper
2652 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
/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_trace/
Dgltrace.proto114 glDrawTexfvOES = 88; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in103 void API_ENTRY(glDrawTexfvOES)(const GLfloat * coords) {
104 CALL_GL_API(glDrawTexfvOES, coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp696 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()
733 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp6819 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()
6856 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
/frameworks/native/opengl/include/GLES/
Dglext.h619 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/frameworks/native/opengl/libagl/
Dtexture.cpp1572 void glDrawTexfvOES(const GLfloat* coords) { in glDrawTexfvOES() function
Degl.cpp837 (__eglMustCastToProperFunctionPointerType)&glDrawTexfvOES },
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp920 const GLMessage_Function GLMessage::glDrawTexfvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1268 static const Function glDrawTexfvOES = GLMessage_Function_glDrawTexfvOES; variable
Dgltrace_api.cpp27909 glmsg.set_function(GLMessage::glDrawTexfvOES); in GLTrace_glDrawTexfvOES()
27920 glContext->hooks->gl.glDrawTexfvOES(coords); in GLTrace_glDrawTexfvOES()
/frameworks/native/opengl/libs/
Dentries.in163 GL_ENTRY(void, glDrawTexfvOES, const GLfloat * coords)
Dtrace.in163 TRACE_GL_VOID(glDrawTexfvOES, (const GLfloat * coords), (coords), 1, "const GLfloat *", coords)
/frameworks/base/api/
Dcurrent.txt19405 method public static void glDrawTexfvOES(float[], int);
19406 method public static void glDrawTexfvOES(java.nio.FloatBuffer);
52160 method public abstract void glDrawTexfvOES(float[], int);
52161 method public abstract void glDrawTexfvOES(java.nio.FloatBuffer);