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

1 2 3 4 5

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 125 void glMatrixIndexPointerOES(
132 void glMatrixIndexPointerOES(
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 229 {"glMatrixIndexPointerOES", (void*)glMatrixIndexPointerOES},
gl_client_context.h 247 glMatrixIndexPointerOES_client_proc_t glMatrixIndexPointerOES;
gl_client_context.cpp 249 glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) getProc("glMatrixIndexPointerOES", userData);
  /device/generic/goldfish/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 131 ctx->glMatrixIndexPointerOES(size, type, stride, SafePointerFromUInt(offset));
205 ctx->glMatrixIndexPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::MATRIXINDEX_LOCATION));
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 79 glMatrixIndexPointerOES(size, type, stride, pointer);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
  /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,
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 274 glMatrixIndexPointerOES = 248;
  /prebuilts/ndk/4/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/4/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/4/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/4/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/4/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);

Completed in 413 milliseconds

1 2 3 4 5