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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 125 void glMatrixIndexPointerOES(
132 void glMatrixIndexPointerOES(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1159 public void glMatrixIndexPointerOES(int size, int type, int stride,
1161 ((GL11Ext)mGL).glMatrixIndexPointerOES( size, type, stride,
1167 public void glMatrixIndexPointerOES(int size, int type, int stride,
1169 ((GL11Ext)mGL).glMatrixIndexPointerOES( size, type, stride,
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 879 // C function void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
889 public static void glMatrixIndexPointerOES(
    [all...]
GLErrorWrapper.java     [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 249 glMatrixIndexPointerOES_client_proc_t glMatrixIndexPointerOES;
gl_entry.cpp 244 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1141 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
1143 getDispatch()->glMatrixIndexPointerOES(size, type, stride, pointer);
    [all...]
gles_dispatch.h 240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 1009 public void glMatrixIndexPointerOES(int size, int type, int stride,
1014 public void glMatrixIndexPointerOES(int size, int type, int stride,
  /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 547 #define glMatrixIndexPointerOES wrap_glMatrixIndexPointerOES
    [all...]
gles_undefine.h 546 #undef glMatrixIndexPointerOES
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 279 glMatrixIndexPointerOES(248, 248),
    [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 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 77 milliseconds

1 2 3