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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 97 void glDrawTexxOES(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 729 public void glDrawTexxOES(int x, int y, int z, int width, int height) {
730 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1133 public void glDrawTexxOES(int x, int y, int z, int width, int height) {
1134 ((GL11Ext)mGL).glDrawTexxOES( x, y, z, width, height);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 215 void (*glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
main.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 186 // C function void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
188 public static native void glDrawTexxOES(
    [all...]
GLErrorWrapper.java 928 public void glDrawTexxOES(int x, int y, int z, int width, int height) {
930 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
    [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 180 glDrawTexxOES_client_proc_t glDrawTexxOES;
gl_entry.cpp 175 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 806 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
808 getDispatch()->glDrawTexxOES(x, y, z, width, height);
    [all...]
gles_dispatch.h 173 glDrawTexxOES_t glDrawTexxOES;
445 glDrawTexxOES_t set_glDrawTexxOES(glDrawTexxOES_t f) { glDrawTexxOES_t retval = glDrawTexxOES; glDrawTexxOES = f; return retval;}
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 231 #define glDrawTexxOES wrap_glDrawTexxOES
    [all...]
gles_undefine.h 230 #undef glDrawTexxOES
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 124 glDrawTexxOES(93, 93),
721 case 93: return glDrawTexxOES;
    [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 190 milliseconds

1 2 3