/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11Ext.java | 139 void glWeightPointerOES( 146 void glWeightPointerOES(
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 230 {"glWeightPointerOES", (void*)glWeightPointerOES},
|
gl_client_context.h | 248 glWeightPointerOES_client_proc_t glWeightPointerOES; [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 238 {"glWeightPointerOES", (void *)glWeightPointerOES},
|
gles_dispatch.h | 241 glWeightPointerOES_t glWeightPointerOES; [all...] |
gles.cpp | 1146 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) 1148 getDispatch()->glWeightPointerOES(size, type, stride, pointer); [all...] |
/frameworks/native/opengl/libs/GLES_CM/ |
gl.cpp | 84 glWeightPointerOES(size, type, stride, pointer);
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
GLDecoder.cpp | 121 ctx->glWeightPointerOES(size, type, stride, (void*)offset); 192 ctx->glWeightPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::WEIGHT_LOCATION));
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES11Ext.spec | 75 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 1174 public void glWeightPointerOES(int size, int type, int stride, 1176 ((GL11Ext)mGL).glWeightPointerOES( size, type, stride, 1181 public void glWeightPointerOES(int size, int type, int stride, 1183 ((GL11Ext)mGL).glWeightPointerOES( size, type, stride,
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 241 glWeightPointerOES_t glWeightPointerOES;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
MatrixPaletteRenderer.java | 217 gl11Ext.glWeightPointerOES(2, GL10.GL_FLOAT, VERTEX_SIZE, VERTEX_WEIGHT_BUFFER_INDEX_OFFSET * FLOAT_SIZE);
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 914 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 924 public static void glWeightPointerOES( [all...] |
GLErrorWrapper.java | [all...] |
GLLogWrapper.java | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 1019 public void glWeightPointerOES(int size, int type, int stride, 1024 public void glWeightPointerOES(int size, int type, int stride, int offset) {
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | [all...] |
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 401 glWeightPointerOES = 375;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 478 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
glext.h | 478 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
glext.h | 478 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
glext.h | 478 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/ |
glext.h | 478 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 478 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|