HomeSort by relevance Sort by last modified time
    Searched refs:GL_LINES (Results 201 - 225 of 273) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 57 #define GL_LINES 0x0001
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 55 #define GL_LINES 0x0001
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 23 GL_LINES(0x0001),
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 57 #define GL_LINES 0x0001
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 55 #define GL_LINES 0x0001
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp 582 gl.drawArrays((m_case == CASE_TRIANGLES) ? (GL_TRIANGLES) : (GL_LINES), 0, numPrimitiveVertices);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 51 #define GL_LINES 0x0001
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.c     [all...]
  /external/mesa3d/src/mesa/main/
shaderapi.c     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 89 #define GL_LINES 0x0001
    [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h 89 #define GL_LINES 0x0001
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 884 case GL_LINES:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_api.c 122 case GL_LINES:
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 302 GLU_CHECK_CALL(glDrawArrays(GL_LINES, 0, 2));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 389 GLU_CHECK_CALL(glDrawArrays(GL_LINES, 0, 2));
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 884 case GL_LINES:
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 122 case GL_LINES:
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h 82 #define GL_LINES 0x0001
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 89 #define GL_LINES 0x0001
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 89 #define GL_LINES 0x0001
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h 89 #define GL_LINES 0x0001
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h 89 #define GL_LINES 0x0001
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h 89 #define GL_LINES 0x0001
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h 89 #define GL_LINES 0x0001
    [all...]

Completed in 1906 milliseconds

1 2 3 4 5 6 7 891011