HomeSort by relevance Sort by last modified time
    Searched defs:glDrawTexfvOES (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 54 void glDrawTexfvOES(
59 void glDrawTexfvOES(
  /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/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 220 void (*glDrawTexfvOES)(const GLfloat *coords);
main.cpp     [all...]
  /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...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 185 glDrawTexfvOES_client_proc_t glDrawTexfvOES;
gl_entry.cpp 180 void glDrawTexfvOES(const GLfloat* coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 831 void glDrawTexfvOES(const GLfloat *coords)
833 getDispatch()->glDrawTexfvOES(coords);
    [all...]
gles_dispatch.h 178 glDrawTexfvOES_t glDrawTexfvOES;
450 glDrawTexfvOES_t set_glDrawTexfvOES(glDrawTexfvOES_t f) { glDrawTexfvOES_t retval = glDrawTexfvOES; glDrawTexfvOES = f; return retval;}
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 226 #define glDrawTexfvOES wrap_glDrawTexfvOES
    [all...]
gles_undefine.h 225 #undef glDrawTexfvOES
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 119 glDrawTexfvOES(88, 88),
716 case 88: return glDrawTexfvOES;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 76 milliseconds

1 2 3