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

1 2

  /frameworks/base/services/surfaceflinger/
LayerDim.cpp 89 glVertexPointer(2, GL_SHORT, 0, vertices);
LayerBase.cpp 294 glVertexPointer(2, GL_SHORT, 0, vertices);
SurfaceFlinger.cpp 989 glVertexPointer(2, GL_SHORT, 0, vertices);
990 glTexCoordPointer(2, GL_SHORT, 0, tcoords);
    [all...]
  /frameworks/base/libs/rs/
rsComponent.cpp 171 case RS_TYPE_SIGNED_16: return GL_SHORT;
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 137 private static final int GL_SHORT = GLES10.GL_SHORT;
903 (type == GL_SHORT) ||
    [all...]
GLES10.java 188 public static final int GL_SHORT = 0x1402;
    [all...]
GLES20.java 148 public static final int GL_SHORT = 0x1402;
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 791 (type == GL_SHORT) ||
988 (type == GL_SHORT) ||
1133 (type == GL_SHORT) ||
    [all...]
  /frameworks/base/opengl/libagl/
array.cpp 319 case GL_SHORT:
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 186 int GL_SHORT = 0x1402;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 315 #define GL_SHORT 0x1402
356 /* GL_SHORT */
406 /* GL_SHORT */
488 /* GL_SHORT */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 236 #define GL_SHORT 0x1402
  /frameworks/base/opengl/include/GLES/
gl.h 316 #define GL_SHORT 0x1402
357 /* GL_SHORT */
407 /* GL_SHORT */
489 /* GL_SHORT */
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 237 #define GL_SHORT 0x1402
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 273 #define GL_SHORT 0x1402
314 /* GL_SHORT */
364 /* GL_SHORT */
455 /* GL_SHORT */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 315 #define GL_SHORT 0x1402
356 /* GL_SHORT */
406 /* GL_SHORT */
488 /* GL_SHORT */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 315 #define GL_SHORT 0x1402
356 /* GL_SHORT */
406 /* GL_SHORT */
488 /* GL_SHORT */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 236 #define GL_SHORT 0x1402
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 315 #define GL_SHORT 0x1402
356 /* GL_SHORT */
406 /* GL_SHORT */
488 /* GL_SHORT */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 236 #define GL_SHORT 0x1402
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 315 #define GL_SHORT 0x1402
356 /* GL_SHORT */
406 /* GL_SHORT */
488 /* GL_SHORT */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 236 #define GL_SHORT 0x1402
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 315 #define GL_SHORT 0x1402
356 /* GL_SHORT */
406 /* GL_SHORT */
488 /* GL_SHORT */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 236 #define GL_SHORT 0x1402
  /external/quake/quake/src/QW/client/
gl_draw.c 1468 glDrawElements(GL_TRIANGLE_FAN, 4, GL_SHORT, index);
    [all...]

Completed in 73 milliseconds

1 2