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

1 2

  /frameworks/base/libs/rs/
rsComponent.cpp 164 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4;
  /frameworks/base/opengl/tests/textures/
textures.cpp 110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
  /frameworks/base/services/surfaceflinger/
TextureManager.cpp 258 GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, data);
284 GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4,
  /frameworks/base/opengl/tests/filter/
filter.cpp 123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
  /frameworks/base/opengl/libagl/
texture.cpp 213 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break;
229 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 &&
236 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 ||
    [all...]
  /external/skia/src/gl/
SkGL.cpp 151 *type = GL_UNSIGNED_SHORT_4_4_4_4;
  /frameworks/base/core/jni/android/opengl/
util.cpp 571 case GL_UNSIGNED_SHORT_4_4_4_4:
610 return GL_UNSIGNED_SHORT_4_4_4_4;
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 121 GL_UNSIGNED_SHORT_4_4_4_4, p);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
    [all...]
GLES20.java 160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 252 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 373 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 253 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
  /frameworks/base/opengl/include/GLES/
gl.h 374 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 254 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 331 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 373 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 373 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 253 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 373 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 253 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 373 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 253 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 373 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 253 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033

Completed in 159 milliseconds

1 2