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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 88 void glDrawTexsvOES(
93 void glDrawTexsvOES(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 721 public void glDrawTexsvOES(short[] coords, int offset) {
722 mgl11Ext.glDrawTexsvOES(coords, offset);
725 public void glDrawTexsvOES(ShortBuffer coords) {
726 mgl11Ext.glDrawTexsvOES(coords);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1119 public void glDrawTexsvOES(ShortBuffer coords) {
1120 ((GL11Ext)mGL).glDrawTexsvOES(coords);
1126 public void glDrawTexsvOES(short[] coords, int offset) {
1127 ((GL11Ext)mGL).glDrawTexsvOES(coords, offset);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 216 void (*glDrawTexsvOES)(const GLshort *coords);
main.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 196 // C function void glDrawTexsvOES ( const GLshort *coords )
198 public static native void glDrawTexsvOES(
203 // C function void glDrawTexsvOES ( const GLshort *coords )
205 public static native void glDrawTexsvOES(
    [all...]
GLErrorWrapper.java 916 public void glDrawTexsvOES(short[] coords, int offset) {
918 mgl11Ext.glDrawTexsvOES(coords, offset);
922 public void glDrawTexsvOES(ShortBuffer coords) {
924 mgl11Ext.glDrawTexsvOES(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 181 glDrawTexsvOES_client_proc_t glDrawTexsvOES;
gl_entry.cpp 176 void glDrawTexsvOES(const GLshort* coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 811 void glDrawTexsvOES(const GLshort *coords)
813 getDispatch()->glDrawTexsvOES(coords);
    [all...]
gles_dispatch.h 174 glDrawTexsvOES_t glDrawTexsvOES;
446 glDrawTexsvOES_t set_glDrawTexsvOES(glDrawTexsvOES_t f) { glDrawTexsvOES_t retval = glDrawTexsvOES; glDrawTexsvOES = 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 230 #define glDrawTexsvOES wrap_glDrawTexsvOES
    [all...]
gles_undefine.h 229 #undef glDrawTexsvOES
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 123 glDrawTexsvOES(92, 92),
720 case 92: return glDrawTexsvOES;
    [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 542 milliseconds

1 2 3