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

1 2 3 4

  /frameworks/native/opengl/tests/linetex/
linetex.cpp 108 glDrawArrays(GL_LINES, 0, 2);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 90 case GL_LINES:
  /external/quake/quake/src/QW/client/
gl_test.c 131 glBegin (GL_LINES);
  /external/quake/quake/src/WinQuake/
gl_test.cpp 131 glBegin (GL_LINES);
  /frameworks/rs/driver/
rsdPath.cpp 177 RSD_CALL_GL(glDrawArrays, GL_LINES, 0, 6);
rsdMeshObj.cpp 189 case RS_PRIMITIVE_LINE: mGLPrimitives[i] = GL_LINES; break;
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 123 gl.glDrawElements(GL_LINES, 6, GL_UNSIGNED_BYTE, mIndexBuffer);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 116 public static final int GL_LINES = 0x0001;
GLES20Header.java-if 32 public static final int GL_LINES = 0x0001;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 208 // FIXME: BLEND_SRC_RGB should be set to GL_ONE, but GL_LINES is already 0x1.
209 IGLProperty blendSrcRgb = new GLEnumProperty(GLStateType.BLEND_SRC_RGB, GLEnum.GL_LINES);
211 GLEnum.GL_LINES);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 727 case GL_LINES:
  /frameworks/native/opengl/libagl/
array.cpp 410 case GL_LINES: prim_count = total / 2; break;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 116 public static final int GL_LINES = 0x0001;
    [all...]
GLES20.java 32 public static final int GL_LINES = 0x0001;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 114 int GL_LINES = 0x0001;
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 57 #define GL_LINES 0x0001
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 55 #define GL_LINES 0x0001
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 888 return GL_LINES;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 55 #define GL_LINES 0x0001
  /frameworks/native/opengl/include/GLES/
gl.h 57 #define GL_LINES 0x0001
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 55 #define GL_LINES 0x0001
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 92 #define GL_LINES 0x0001
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 56 #define GL_LINES 0x0001
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 56 #define GL_LINES 0x0001
    [all...]

Completed in 2851 milliseconds

1 2 3 4