/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11Ext.java | 54 void glDrawTexfvOES( 59 void glDrawTexfvOES(
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 165 {"glDrawTexfvOES", (void*)glDrawTexfvOES},
|
gl_client_context.h | 183 glDrawTexfvOES_client_proc_t glDrawTexfvOES; [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 175 {"glDrawTexfvOES", (void *)glDrawTexfvOES},
|
gles_dispatch.h | 178 glDrawTexfvOES_t glDrawTexfvOES; 450 glDrawTexfvOES_t set_glDrawTexfvOES(glDrawTexfvOES_t f) { glDrawTexfvOES_t retval = glDrawTexfvOES; glDrawTexfvOES = f; return retval;} [all...] |
gles.cpp | 831 void glDrawTexfvOES(const GLfloat *coords) 833 getDispatch()->glDrawTexfvOES(coords); [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
checks.spec | 35 glDrawTexfvOES check coords 5
|
GLES11Ext.spec | 11 void glDrawTexfvOES ( const GLfloat *coords )
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 245 // C function void glDrawTexfvOES ( const GLfloat *coords ) 247 public static native void glDrawTexfvOES( 252 // C function void glDrawTexfvOES ( const GLfloat *coords ) 254 public static native void glDrawTexfvOES( [all...] |
GLErrorWrapper.java | 879 public void glDrawTexfvOES(float[] coords, int offset) { 881 mgl11Ext.glDrawTexfvOES(coords, offset); 885 public void glDrawTexfvOES(FloatBuffer coords) { 887 mgl11Ext.glDrawTexfvOES(coords); [all...] |
GLLogWrapper.java | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 696 public void glDrawTexfvOES(float[] coords, int offset) { 697 mgl11Ext.glDrawTexfvOES(coords, offset); 700 public void glDrawTexfvOES(FloatBuffer coords) { 701 mgl11Ext.glDrawTexfvOES(coords);
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 1083 public void glDrawTexfvOES(FloatBuffer coords) { 1084 ((GL11Ext)mGL).glDrawTexfvOES(coords); 1088 public void glDrawTexfvOES(float[] coords, int offset) { 1089 ((GL11Ext)mGL).glDrawTexfvOES(coords, offset);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 178 glDrawTexfvOES_t glDrawTexfvOES;
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | [all...] |
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 114 glDrawTexfvOES = 88;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 293 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
glext.h | 293 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
glext.h | 293 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
glext.h | 293 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/ |
glext.h | 293 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 293 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 293 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/ |
glext.h | 293 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|