Searched refs:GL_LINES (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp108 glDrawArrays(GL_LINES, 0, 2);
/frameworks/rs/driver/
H A DrsdPath.cpp177 RSD_CALL_GL(glDrawArrays, GL_LINES, 0, 6);
H A DrsdMeshObj.cpp189 case RS_PRIMITIVE_LINE: mGLPrimitives[i] = GL_LINES; break;
/frameworks/native/opengl/libagl/
H A Darray.cpp410 case GL_LINES: prim_count = total / 2; break;
1099 case GL_LINES:
1352 case GL_LINES:
1397 case GL_LINES:
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java116 public static final int GL_LINES = 0x0001; field in class:GLES10
H A DGLES20.java32 public static final int GL_LINES = 0x0001; field in class:GLES20
H A DGLLogWrapper.java590 case GL_LINES:
591 return "GL_LINES";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java114 int GL_LINES = 0x0001; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h57 #define GL_LINES 0x0001 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h55 #define GL_LINES 0x0001 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h92 #define GL_LINES 0x0001 macro

Completed in 190 milliseconds