Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLCompressedTexturePVRTC.cpp42 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGBA_PVRTC_2BPPV1_IMG); in WebGLCompressedTexturePVRTC()
DWebGLCompressedTexturePVRTC.idl34 const unsigned long COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03;
DWebGLRenderingContext.cpp4860 case Extensions3D::COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: in validateCompressedTexFuncData()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.h162 COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03, enumerator