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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 125 void glMatrixIndexPointerOES(
132 void glMatrixIndexPointerOES(
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 82 glMatrixIndexPointerOES(size, type, stride, pointer);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 237 {"glMatrixIndexPointerOES", (void *)glMatrixIndexPointerOES},
gles_dispatch.h 240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES;
    [all...]
gles.cpp 1141 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
1143 getDispatch()->glMatrixIndexPointerOES(size, type, stride, pointer);
    [all...]
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 127 ctx->glMatrixIndexPointerOES(size, type, stride, (void*)offset);
201 ctx->glMatrixIndexPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::MATRIXINDEX_LOCATION));
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 274 glMatrixIndexPointerOES = 248;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1231 public void glMatrixIndexPointerOES(
1238 public 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,
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 218 gl11Ext.glMatrixIndexPointerOES(2, GL10.GL_UNSIGNED_BYTE, VERTEX_SIZE, VERTEX_PALETTE_INDEX_OFFSET );
  /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...]
  /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,
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  /prebuilts/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  /prebuilts/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  /prebuilts/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);

Completed in 183 milliseconds

1 2 3