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

  /external/mesa3d/src/mapi/es1api/
ABI-check 143 glPointSizePointerOES
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 154 {"glPointSizePointerOES", (void*)glPointSizePointerOES},
gl_client_context.h 156 glPointSizePointerOES_client_proc_t glPointSizePointerOES;
gl_client_context.cpp 156 glPointSizePointerOES = (glPointSizePointerOES_client_proc_t) getProc("glPointSizePointerOES", userData);
GLEncoder.cpp     [all...]
gl_entry.cpp 151 void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid* pointer);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 164 {"glPointSizePointerOES", (void *)glPointSizePointerOES},
gles_dispatch.h 167 glPointSizePointerOES_t glPointSizePointerOES;
439 glPointSizePointerOES_t set_glPointSizePointerOES(glPointSizePointerOES_t f) { glPointSizePointerOES_t retval = glPointSizePointerOES; glPointSizePointerOES = f; return retval;}
    [all...]
gles.cpp 776 void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid *pointer)
778 getDispatch()->glPointSizePointerOES(type, stride, pointer);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 234 glPointSizePointerOES;
gles1_wrapper_context.h 156 glPointSizePointerOES_wrapper_proc_t glPointSizePointerOES;
gles1_wrapper_context.cpp 156 glPointSizePointerOES = (glPointSizePointerOES_wrapper_proc_t) getProc("glPointSizePointerOES", userData);
gles1_wrapper_entry.cpp 151 void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid* pointer);
    [all...]
  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 294 s_gles1.glPointSizePointerOES(type, 0, data);
298 s_gles1.glPointSizePointerOES(type, 0, reinterpret_cast<GLvoid*>(offset));
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 145 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 171 void (*glPointSizePointerOES)(GLenum type, GLsizei stride, const GLvoid *pointer);
main.cpp     [all...]
libGLES_CM.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1004 public void glPointSizePointerOES(int type, int stride, Buffer pointer) {
1005 ((GL11)mGL).glPointSizePointerOES(type, stride, pointer);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 941 public void glPointSizePointerOES(int type, int stride, Buffer pointer) {
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h     [all...]
  /external/mesa3d/include/GLES/
gl.h 580 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer);
  /external/swiftshader/include/GLES/
gl.h 571 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h     [all...]

Completed in 206 milliseconds