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

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 28 formats[2] = GL_PALETTE8_RGBA8_OES;
80 case GL_PALETTE8_RGBA8_OES:
PaletteTexture.cpp 60 case GL_PALETTE8_RGBA8_OES:
93 case GL_PALETTE8_RGBA8_OES:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glheader.h 116 #define GL_PALETTE8_RGBA8_OES 0x8B96
texcompress.c 287 formats[n++] = GL_PALETTE8_RGBA8_OES;
texcompress_cpal.c 59 { GL_PALETTE8_RGBA8_OES, GL_RGBA, GL_UNSIGNED_BYTE, 256, 4 },
glformats.c 839 case GL_PALETTE8_RGBA8_OES:
    [all...]
  /external/mesa3d/src/mesa/main/
glheader.h 116 #define GL_PALETTE8_RGBA8_OES 0x8B96
texcompress.c 287 formats[n++] = GL_PALETTE8_RGBA8_OES;
texcompress_cpal.c 59 { GL_PALETTE8_RGBA8_OES, GL_RGBA, GL_UNSIGNED_BYTE, 256, 4 },
glformats.c 839 case GL_PALETTE8_RGBA8_OES:
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 193 case GL_PALETTE8_RGBA8_OES:
  /frameworks/base/core/jni/android/opengl/
util.cpp 569 if (format == GL_PALETTE8_RGBA8_OES)
603 return GL_PALETTE8_RGBA8_OES;
670 if (internalformat == GL_PALETTE8_RGBA8_OES) {
708 if (format == GL_PALETTE8_RGBA8_OES)
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 163 public static final int GL_PALETTE8_RGBA8_OES = 0x8B96;
  /frameworks/native/opengl/libagl/
texture.cpp 423 case GL_PALETTE8_RGBA8_OES:
468 case GL_PALETTE8_RGBA8_OES:
    [all...]
state.cpp 400 params[ 6] = GL_PALETTE8_RGBA8_OES;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 163 public static final int GL_PALETTE8_RGBA8_OES = 0x8B96;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 161 int GL_PALETTE8_RGBA8_OES = 0x8B96;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 36 #define GL_PALETTE8_RGBA8_OES 0x8B96
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 36 #define GL_PALETTE8_RGBA8_OES 0x8B96
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 36 #define GL_PALETTE8_RGBA8_OES 0x8B96
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 36 #define GL_PALETTE8_RGBA8_OES 0x8B96
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 36 #define GL_PALETTE8_RGBA8_OES 0x8B96
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 36 #define GL_PALETTE8_RGBA8_OES 0x8B96
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 36 #define GL_PALETTE8_RGBA8_OES 0x8B96
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 316 milliseconds

1 2 3 4 5