Searched refs:glPointSizex (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec77 void glPointSizex ( GLfixed size )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1009 // C function void glPointSizex ( GLfixed size )
1011 public static native void glPointSizex( method in class:GLES10
H A DGLErrorWrapper.java633 public void glPointSizex(int size) { method in class:GLErrorWrapper
635 mgl.glPointSizex(size);
H A DGLLogWrapper.java2207 public void glPointSizex(int size) { method in class:GLLogWrapper
2208 begin("glPointSizex");
2212 mgl.glPointSizex(size);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java772 void glPointSizex( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp495 void glPointSizex(GLfixed size) function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h616 #define glPointSizex wrap_glPointSizex macro
H A Dgles_undefine.h615 #undef glPointSizex macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java834 // C function void glPointSizex ( GLfixed size )
836 public native void glPointSizex( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h521 GL_API void GL_APIENTRY glPointSizex (GLfixed size);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h549 GLAPI void APIENTRY glPointSizex (GLfixed size);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2760 /* void glPointSizex ( GLfixed size ) */
2764 glPointSizex(
3504 {"glPointSizex", "(I)V", (void *) android_glPointSizex__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp3472 /* void glPointSizex ( GLfixed size ) */
3476 glPointSizex(
9185 {"glPointSizex", "(I)V", (void *) android_glPointSizex__I },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 1361 milliseconds