Home
last modified time | relevance | path

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

12

/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()
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/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec30 glDrawTexfvOES check coords 5
DGLES11Ext.spec11 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_trace/
Dgltrace.proto114 glDrawTexfvOES = 88; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in31 void API_ENTRY(glDrawTexfvOES)(const GLfloat *coords) {
32 CALL_GL_API(glDrawTexfvOES, coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp491 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()
528 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.h570 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp625 const GLMessage_Function GLMessage::glDrawTexfvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h958 static const Function glDrawTexfvOES = GLMessage_Function_glDrawTexfvOES; variable
Dgltrace_api.cpp14883 glmsg.set_function(GLMessage::glDrawTexfvOES); in GLTrace_glDrawTexfvOES()
14894 glContext->hooks->gl.glDrawTexfvOES(coords); in GLTrace_glDrawTexfvOES()
/frameworks/native/opengl/libagl/
Dtexture.cpp1572 void glDrawTexfvOES(const GLfloat* coords) { in glDrawTexfvOES() function
Degl.cpp837 (__eglMustCastToProperFunctionPointerType)&glDrawTexfvOES },
/frameworks/native/opengl/libs/
Ddebug.in48 TRACE_GL_VOID(glDrawTexfvOES, (const GLfloat *coords), (coords), 1, "const GLfloat *", coords)
Dentries.in98 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
Dtrace.in98 TRACE_GL_VOID(glDrawTexfvOES, (const GLfloat *coords), (coords), 1, "const GLfloat *", coords)
/frameworks/base/api/
D14.txt13442 method public static void glDrawTexfvOES(float[], int);
13443 method public static void glDrawTexfvOES(java.nio.FloatBuffer);
40167 method public abstract void glDrawTexfvOES(float[], int);
40168 method public abstract void glDrawTexfvOES(java.nio.FloatBuffer);
D15.txt13481 method public static void glDrawTexfvOES(float[], int);
13482 method public static void glDrawTexfvOES(java.nio.FloatBuffer);
40322 method public abstract void glDrawTexfvOES(float[], int);
40323 method public abstract void glDrawTexfvOES(java.nio.FloatBuffer);
D16.txt14383 method public static void glDrawTexfvOES(float[], int);
14384 method public static void glDrawTexfvOES(java.nio.FloatBuffer);
41604 method public abstract void glDrawTexfvOES(float[], int);
41605 method public abstract void glDrawTexfvOES(java.nio.FloatBuffer);

12