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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 71 void glDrawTexivOES(
76 void glDrawTexivOES(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 708 public void glDrawTexivOES(int[] coords, int offset) {
709 mgl11Ext.glDrawTexivOES(coords, offset);
712 public void glDrawTexivOES(IntBuffer coords) {
713 mgl11Ext.glDrawTexivOES(coords);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1098 public void glDrawTexivOES(IntBuffer coords) {
1099 ((GL11Ext)mGL).glDrawTexivOES(coords);
1105 public void glDrawTexivOES(int[] coords, int offset) {
1106 ((GL11Ext)mGL).glDrawTexivOES(coords, offset);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 217 void (*glDrawTexivOES)(const GLint *coords);
main.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 209 // C function void glDrawTexivOES ( const GLint *coords )
211 public static native void glDrawTexivOES(
216 // C function void glDrawTexivOES ( const GLint *coords )
218 public static native void glDrawTexivOES(
    [all...]
GLErrorWrapper.java 897 public void glDrawTexivOES(int[] coords, int offset) {
899 mgl11Ext.glDrawTexivOES(coords, offset);
903 public void glDrawTexivOES(IntBuffer coords) {
905 mgl11Ext.glDrawTexivOES(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 182 glDrawTexivOES_client_proc_t glDrawTexivOES;
gl_entry.cpp 177 void glDrawTexivOES(const GLint* coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 816 void glDrawTexivOES(const GLint *coords)
818 getDispatch()->glDrawTexivOES(coords);
    [all...]
gles_dispatch.h 175 glDrawTexivOES_t glDrawTexivOES;
447 glDrawTexivOES_t set_glDrawTexivOES(glDrawTexivOES_t f) { glDrawTexivOES_t retval = glDrawTexivOES; glDrawTexivOES = 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 228 #define glDrawTexivOES wrap_glDrawTexivOES
    [all...]
gles_undefine.h 227 #undef glDrawTexivOES
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 121 glDrawTexivOES(90, 90),
718 case 90: return glDrawTexivOES;
    [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 367 milliseconds

1 2 3