Searched refs:glPointSizePointerOES (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec36 void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp74 glPointSizePointerOES(type, stride, pointer);
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java598 // C function void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
607 public static void glPointSizePointerOES( method in class:GLES11
H A DGLErrorWrapper.java1274 public void glPointSizePointerOES(int type, int stride, Buffer pointer) { method in class:GLErrorWrapper
1276 mgl11.glPointSizePointerOES(type, stride, pointer);
H A DGLLogWrapper.java3238 public void glPointSizePointerOES(int type, int stride, Buffer pointer) { method in class:GLLogWrapper
3239 begin("glPointSizePointerOES");
3244 mgl11.glPointSizePointerOES( type, stride, pointer);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java466 void glPointSizePointerOES( method in interface:GL11
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto300 glPointSizePointerOES = 274;
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1593 // C function void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
1602 public void glPointSizePointerOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h757 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1106 const GLMessage_Function GLMessage::glPointSizePointerOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1454 static const Function glPointSizePointerOES = GLMessage_Function_glPointSizePointerOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]

Completed in 189 milliseconds