HomeSort by relevance Sort by last modified time
    Searched refs:glWeightPointerOES (Results 1 - 21 of 21) sorted by null

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 230 {"glWeightPointerOES", (void*)glWeightPointerOES},
gl_client_context.h 250 glWeightPointerOES_client_proc_t glWeightPointerOES;
gl_client_context.cpp 250 glWeightPointerOES = (glWeightPointerOES_client_proc_t) getProc("glWeightPointerOES", userData);
GLEncoder.cpp     [all...]
gl_entry.cpp 245 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
    [all...]
gl_enc.cpp     [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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 294 glWeightPointerOES;
gles1_wrapper_context.h 250 glWeightPointerOES_wrapper_proc_t glWeightPointerOES;
gles1_wrapper_context.cpp 250 glWeightPointerOES = (glWeightPointerOES_wrapper_proc_t) getProc("glWeightPointerOES", userData);
gles1_wrapper_entry.cpp 245 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
    [all...]
  /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,
  /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);
  /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) {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.cpp     [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h 373 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *pointer);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 377 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *pointer);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]

Completed in 90 milliseconds