Searched refs:GL_LINE_LOOP (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDrawRectFilter.java130 GLES20.glDrawArrays(GLES20.GL_LINE_LOOP, 0, 4);
/frameworks/native/opengl/libagl/
H A Darray.cpp409 case GL_LINE_LOOP: prim_count = total - 1; break;
1100 case GL_LINE_LOOP:
1351 case GL_LINE_LOOP:
1396 case GL_LINE_LOOP:
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java108 public static final int GL_LINE_LOOP = 0x0002; field in class:GLES10
H A DGLES20.java33 public static final int GL_LINE_LOOP = 0x0002; field in class:GLES20
H A DGLLogWrapper.java592 case GL_LINE_LOOP:
593 return "GL_LINE_LOOP";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java106 int GL_LINE_LOOP = 0x0002; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h58 #define GL_LINE_LOOP 0x0002 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h56 #define GL_LINE_LOOP 0x0002 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h93 #define GL_LINE_LOOP 0x0002 macro

Completed in 101 milliseconds