Searched refs:GL_LINE_LOOP (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | DrawRectFilter.java | 127 GLES20.glDrawArrays(GLES20.GL_LINE_LOOP, 0, 4); in renderBox()
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 409 case GL_LINE_LOOP: prim_count = total - 1; break; in dump_stats() 1104 case GL_LINE_LOOP: in validate_arrays() 1355 case GL_LINE_LOOP: in glDrawArrays() 1400 case GL_LINE_LOOP: in glDrawElements()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 106 int GL_LINE_LOOP = 0x0002; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 105 int GL_LINE_LOOP = 0x0002;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 108 public static final int GL_LINE_LOOP = 0x0002; field in GLES10
|
D | GLES20.java | 33 public static final int GL_LINE_LOOP = 0x0002; field in GLES20
|
D | GLLogWrapper.java | 592 case GL_LINE_LOOP: in getBeginMode()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 93 #define GL_LINE_LOOP 0x0002 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 108 public static final int GL_LINE_LOOP = 0x0002;
|
D | GLES20Header.java-if | 33 public static final int GL_LINE_LOOP = 0x0002;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 58 #define GL_LINE_LOOP 0x0002 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 83 #define GL_LINE_LOOP 0x0002 macro
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 487 draw(GLES20.GL_LINE_LOOP, OFFSET_DRAW_RECT, COUNT_RECT_VERTEX, x, y, width, height, paint); in drawRect()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 83 #define GL_LINE_LOOP 0x0002 macro
|
D | gl31.h | 83 #define GL_LINE_LOOP 0x0002 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 3 GL_ENUM(0x0002,GL_LINE_LOOP)
|
/frameworks/base/api/ |
D | current.txt | 20327 field public static final int GL_LINE_LOOP = 2; // 0x2 21225 field public static final int GL_LINE_LOOP = 2; // 0x2 54781 field public static final int GL_LINE_LOOP = 2; // 0x2
|
D | system-current.txt | 22271 field public static final int GL_LINE_LOOP = 2; // 0x2 23169 field public static final int GL_LINE_LOOP = 2; // 0x2 57387 field public static final int GL_LINE_LOOP = 2; // 0x2
|