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

1 2 3 4

  /external/chromium_org/gpu/command_buffer/tests/
compressed_texture_test.cc 41 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
87 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT : GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
184 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: return LoadTextureDXT1(true);
247 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
  /external/chromium_org/third_party/angle/src/libGLESv2/
utilities.cpp 211 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
247 format == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT ||
410 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
449 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
483 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: return GL_UNSIGNED_BYTE;
libGLESv2.cpp 1007 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
1071 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
1172 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
1196 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress.c 103 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
202 * (GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) is not exposed in the list (at
317 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
388 return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
glformats.c 542 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
792 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
    [all...]
texcompress_s3tc.c 252 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
texformat.c 313 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
  /external/mesa3d/src/mesa/main/
texcompress.c 103 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
202 * (GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) is not exposed in the list (at
317 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
388 return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
glformats.c 542 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
792 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
    [all...]
texcompress_s3tc.c 252 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
texformat.c 313 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
renderer9_utils.cpp 337 return (format == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT || format == GL_COMPRESSED_RGB_S3TC_DXT1_EXT);
438 case D3DFMT_DXT1: return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
renderer11_utils.cpp 269 return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
347 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 104 return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
212 internalFormat = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 254 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT));
324 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT));
342 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT));
    [all...]
feature_info.cc 293 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_unittest.cc 243 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.c 462 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 462 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
  /frameworks/native/opengl/libagl/
dxt.cpp 133 * GL_COMPRESSED_RGBA_S3TC_DXT1_EXT.
589 * GL_COMPRESSED_RGBA_S3TC_DXT1_EXT
614 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 236 #define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 306 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_format.c 871 { GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 0 },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 306 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 871 { GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 0 },
    [all...]

Completed in 161 milliseconds

1 2 3 4