Searched refs:GL_POINTS (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/driver/
H A DrsdMeshObj.cpp188 case RS_PRIMITIVE_POINT: mGLPrimitives[i] = GL_POINTS; break;
/frameworks/native/opengl/libagl/
H A Darray.cpp407 case GL_POINTS: prim_count = total; break;
1094 c->perspective && mode!=GL_POINTS && (enables & GGL_ENABLE_TMUS);
1100 case GL_POINTS:
1114 (mode == GL_POINTS) ? GL_FLAT : c->lighting.shadeModel);
1353 case GL_POINTS:
1398 case GL_POINTS:
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if167 public static final int GL_POINTS = 0x0000;
H A DGLES20Header.java-if31 public static final int GL_POINTS = 0x0000;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java167 public static final int GL_POINTS = 0x0000; field in class:GLES10
H A DGLES20.java31 public static final int GL_POINTS = 0x0000; field in class:GLES20
H A DGLLogWrapper.java588 case GL_POINTS:
589 return "GL_POINTS";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java165 int GL_POINTS = 0x0000; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h56 #define GL_POINTS 0x0000 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h81 #define GL_POINTS 0x0000 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h91 #define GL_POINTS 0x0000 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h81 #define GL_POINTS 0x0000 macro
H A Dgl31.h81 #define GL_POINTS 0x0000 macro

Completed in 87 milliseconds