Home
last modified time | relevance | path

Searched refs:COMPRESSED_RGB_PVRTC_4BPPV1_IMG (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLCompressedTexturePVRTC.cpp39 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGB_PVRTC_4BPPV1_IMG); in WebGLCompressedTexturePVRTC()
DWebGLCompressedTexturePVRTC.idl31 const unsigned long COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00;
DWebGLRenderingContext.cpp4853 case Extensions3D::COMPRESSED_RGB_PVRTC_4BPPV1_IMG: in validateCompressedTexFuncData()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.h159 COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00, enumerator