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

1 2 3 4 5

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 40 {"glPointSize", (void*)glPointSize},
gl_client_context.h 42 glPointSize_client_proc_t glPointSize;
gl_client_context.cpp 42 glPointSize = (glPointSize_client_proc_t) getProc("glPointSize", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 49 {"glPointSize", (void *)glPointSize},
gles_dispatch.h 52 glPointSize_t glPointSize;
324 glPointSize_t set_glPointSize(glPointSize_t f) { glPointSize_t retval = glPointSize; glPointSize = f; return retval;}
    [all...]
gles.cpp 201 void glPointSize(GLfloat size)
203 getDispatch()->glPointSize(size);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 610 &glPointSize,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 508 public void glPointSize(float size) {
509 mgl.glPointSize(size);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 76 void glPointSize ( GLfloat size )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 627 public void glPointSize(float size) {
629 mgl.glPointSize(size);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 768 void glPointSize(
  /frameworks/native/opengl/libagl/
state.cpp 485 void glPointSize(GLfloat size)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 529 public void glPointSize(float size) {
530 ((GL10)mGL).glPointSize(size);
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 622 GL_API void GL_APIENTRY glPointSize (GLfloat size);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 622 GL_API void GL_APIENTRY glPointSize (GLfloat size);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 622 GL_API void GL_APIENTRY glPointSize (GLfloat size);
    [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 616 #undef glPointSize
wrap_gles.h 616 #define glPointSize wrap_glPointSize
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 828 // C function void glPointSize ( GLfloat size )
830 public native void glPointSize(
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 622 GL_API void GL_APIENTRY glPointSize (GLfloat size);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 548 GLAPI void APIENTRY glPointSize (GLfloat size);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 622 GL_API void GL_APIENTRY glPointSize (GLfloat size);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 622 GL_API void GL_APIENTRY glPointSize (GLfloat size);
    [all...]

Completed in 269 milliseconds

1 2 3 4 5