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

1 2

  /frameworks/base/libs/rs/
rsComponent.cpp 163 case RS_TYPE_UNSIGNED_5_5_5_1: return GL_UNSIGNED_SHORT_5_5_5_1;
  /frameworks/base/opengl/tests/filter/
filter.cpp 131 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, t5551);
  /frameworks/base/opengl/libagl/
texture.cpp 214 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
230 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) {
237 type == GL_UNSIGNED_SHORT_5_5_5_1) && format != GL_RGBA) {
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 255 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
    [all...]
GLES20.java 161 public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 253 int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 374 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 254 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
  /frameworks/base/core/jni/android/opengl/
util.cpp 573 case GL_UNSIGNED_SHORT_5_5_5_1:
  /frameworks/base/opengl/include/GLES/
gl.h 375 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 255 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 332 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 374 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 374 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 254 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 374 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 254 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 374 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 254 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 374 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 254 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h 117 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h 117 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h 117 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
    [all...]

Completed in 415 milliseconds

1 2