HomeSort by relevance Sort by last modified time
    Searched refs:GL_LINE_STRIP (Results 1 - 25 of 47) sorted by null

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 72 case GL_LINE_STRIP:
  /frameworks/base/libs/rs/driver/
rsdMeshObj.cpp 195 case RS_PRIMITIVE_LINE_STRIP: mGLPrimitives[i] = GL_LINE_STRIP; break;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 735 case GL_LINE_STRIP:
  /frameworks/base/opengl/libagl/
array.cpp 408 case GL_LINE_STRIP: prim_count = total - 1; break;
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 25 GL_LINE_STRIP(0x0003),
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 111 public static final int GL_LINE_STRIP = 0x0003;
    [all...]
GLES20.java 34 public static final int GL_LINE_STRIP = 0x0003;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 109 int GL_LINE_STRIP = 0x0003;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 187 // GL_LINE_STRIP mode to draw the line and the input coordinates are used
196 assertEquals(GL10.GL_LINE_STRIP, mode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 25 GL_LINE_STRIP(0x0003),
  /development/ndk/platforms/android-4/include/GLES/
gl.h 59 #define GL_LINE_STRIP 0x0003
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 57 #define GL_LINE_STRIP 0x0003
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 59 #define GL_LINE_STRIP 0x0003
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 57 #define GL_LINE_STRIP 0x0003
  /external/mesa3d/include/GLES2/
gl2.h 57 #define GL_LINE_STRIP 0x0003
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 57 #define GL_LINE_STRIP 0x0003
  /frameworks/base/opengl/include/GLES/
gl.h 59 #define GL_LINE_STRIP 0x0003
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 57 #define GL_LINE_STRIP 0x0003
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 94 #define GL_LINE_STRIP 0x0003
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 196 gl.glDrawArrays(GL11.GL_LINE_STRIP, OFFSET_DRAW_LINE, 2);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 58 #define GL_LINE_STRIP 0x0003
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 58 #define GL_LINE_STRIP 0x0003
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 56 #define GL_LINE_STRIP 0x0003
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 58 #define GL_LINE_STRIP 0x0003
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 56 #define GL_LINE_STRIP 0x0003

Completed in 208 milliseconds

1 2