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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 105 void glDrawTexxvOES(
110 void glDrawTexxvOES(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 733 public void glDrawTexxvOES(int[] coords, int offset) {
734 mgl11Ext.glDrawTexxvOES(coords, offset);
737 public void glDrawTexxvOES(IntBuffer coords) {
738 mgl11Ext.glDrawTexxvOES(coords);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1138 public void glDrawTexxvOES(IntBuffer coords) {
1139 ((GL11Ext)mGL).glDrawTexxvOES(coords);
1145 public void glDrawTexxvOES(int[] coords, int offset) {
1146 ((GL11Ext)mGL).glDrawTexxvOES(coords, offset);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 218 void (*glDrawTexxvOES)(const GLfixed *coords);
main.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 222 // C function void glDrawTexxvOES ( const GLfixed *coords )
224 public static native void glDrawTexxvOES(
229 // C function void glDrawTexxvOES ( const GLfixed *coords )
231 public static native void glDrawTexxvOES(
    [all...]
GLErrorWrapper.java 934 public void glDrawTexxvOES(int[] coords, int offset) {
936 mgl11Ext.glDrawTexxvOES(coords, offset);
940 public void glDrawTexxvOES(IntBuffer coords) {
942 mgl11Ext.glDrawTexxvOES(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 183 glDrawTexxvOES_client_proc_t glDrawTexxvOES;
gl_entry.cpp 178 void glDrawTexxvOES(const GLfixed* coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 821 void glDrawTexxvOES(const GLfixed *coords)
823 getDispatch()->glDrawTexxvOES(coords);
    [all...]
gles_dispatch.h 176 glDrawTexxvOES_t glDrawTexxvOES;
448 glDrawTexxvOES_t set_glDrawTexxvOES(glDrawTexxvOES_t f) { glDrawTexxvOES_t retval = glDrawTexxvOES; glDrawTexxvOES = 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 232 #define glDrawTexxvOES wrap_glDrawTexxvOES
    [all...]
gles_undefine.h 231 #undef glDrawTexxvOES
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 125 glDrawTexxvOES(94, 94),
722 case 94: return glDrawTexxvOES;
    [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 106 milliseconds

1 2 3