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

  /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,
  /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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 249 glMatrixIndexPointerOES_wrapper_proc_t glMatrixIndexPointerOES;
gles1_wrapper_entry.cpp 244 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
    [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,

Completed in 1147 milliseconds