/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; [all...] |
/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...] |
/frameworks/native/opengl/libs/GLES_CM/ |
gl.cpp | 79 glMatrixIndexPointerOES(size, type, stride, pointer);
|
/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/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);
|
/prebuilts/ndk/5/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);
|