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

1 2

  /external/chromium_org/gpu/command_buffer/tests/
compressed_texture_test.cc 45 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
134 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT,
186 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: return LoadTextureDXT5();
249 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress.c 105 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
251 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
323 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
392 return GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
glformats.c 544 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
795 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
    [all...]
texcompress_s3tc.c 356 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT,
texformat.c 319 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
teximage.c 205 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress.c 105 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
251 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
323 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
392 return GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
glformats.c 544 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
795 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
    [all...]
texcompress_s3tc.c 356 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT,
texformat.c 319 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
teximage.c 205 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2extchromium.h 330 #ifndef GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
331 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 108 return GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
224 internalFormat = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 229 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT));
297 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT));
316 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT));
    [all...]
feature_info.cc 278 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT);
gles2_cmd_decoder_unittest.cc     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_unittest.cc 247 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.c 470 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 470 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
  /frameworks/native/opengl/libagl/
dxt.cpp 594 * GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
622 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 314 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_format.c 879 { GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, 0 },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 314 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 879 { GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, 0 },
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]

Completed in 1409 milliseconds

1 2