HomeSort by relevance Sort by last modified time
    Searched refs:GL_POINTS (Results 51 - 75 of 271) sorted by null

1 23 4 5 6 7 8 91011

  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c 675 prim = GL_POINTS;
736 CALL_Begin(GET_DISPATCH(), (GL_POINTS));
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 81 #define GL_POINTS 0x0000
  /development/ndk/platforms/android-4/include/GLES/
gl.h 56 #define GL_POINTS 0x0000
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 54 #define GL_POINTS 0x0000
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 56 #define GL_POINTS 0x0000
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 81 #define GL_POINTS 0x0000
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 203 gl.glDrawRangeElements(GL_POINTS, min, max, m_numIndices, GL_UNSIGNED_INT, DE_NULL);
  /external/deqp/modules/glshared/
glsScissorTests.cpp 392 case POINT: drawPrimitives(gl, program, GL_POINTS, positions, indices); break;
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 38 #define GL_POINTS 0x0000
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
G3dModelLoader.java 132 return GL20.GL_POINTS;
  /external/mesa3d/include/GLES/
gl.h 56 #define GL_POINTS 0x0000
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 54 #define GL_POINTS 0x0000
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 221 case GL_POINTS:
i915_vtbl.c 83 case GL_POINTS:
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 31 public static final int GL_POINTS = 0x0000;
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 56 #define GL_POINTS 0x0000
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 91 #define GL_POINTS 0x0000
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 56 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES2/
gl2.h 54 #define GL_POINTS 0x0000
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 56 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES2/
gl2.h 54 #define GL_POINTS 0x0000
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 56 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES2/
gl2.h 54 #define GL_POINTS 0x0000
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
gl.h 56 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES2/
gl2.h 54 #define GL_POINTS 0x0000

Completed in 687 milliseconds

1 23 4 5 6 7 8 91011