Searched refs:ETC1 (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/cc/resources/ |
D | resource_format.h | 21 ETC1, enumerator 22 RESOURCE_FORMAT_MAX = ETC1,
|
D | texture_uploader.cc | 150 if (format == ETC1) { in Upload() 248 DCHECK_NE(ETC1, format); in UploadWithMapTexSubImage() 303 GLInternalFormat(ETC1), in UploadWithTexImageETC1() 307 Resource::MemorySizeBytes(size, ETC1), in UploadWithTexImageETC1()
|
D | ui_resource_bitmap.cc | 48 opaque_ = (format == ETC1); in Create() 77 Create(pixel_ref, size, UIResourceBitmap::ETC1); in UIResourceBitmap()
|
D | resource_format.cc | 16 case ETC1: in ResourceFormatToSkColorType()
|
D | ui_resource_bitmap.h | 31 ETC1 enumerator
|
D | raster_worker_pool.cc | 219 case ETC1: in AcquireBitmapForBuffer()
|
D | resource_provider.cc | 75 case ETC1: in TextureToStorageFormat() 93 case ETC1: in IsFormatSupportedForStorage() 1543 DCHECK_NE(ETC1, resource->format); in AcquirePixelBuffer() 1842 if (format != ETC1) { in LazyAllocate()
|
D | resource_provider_unittest.cc | 3562 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureHintImmutable, ETC1); in TEST_P() 3599 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureHintImmutable, ETC1); in TEST_P()
|
/external/chromium_org/third_party/android_opengl/ |
D | README.chromium | 8 This directory contains an ETC1 encoding/decoding API. The source derives from 9 frameworks/base/opengl/include/ETC1/etc1.cpp from the Android Open Source
|
/external/chromium_org/third_party/skia/third_party/etc1/ |
D | README.google | 5 Description: PKM file format (ETC1 data) support
|
/external/skia/third_party/etc1/ |
D | README.google | 5 Description: PKM file format (ETC1 data) support
|
/external/chromium_org/content/browser/compositor/ |
D | overlay_candidate_validator_ozone.cc | 21 case cc::ETC1: in GetOzoneFormat()
|
/external/chromium_org/mojo/services/public/interfaces/surfaces/ |
D | surfaces.mojom | 19 ETC1,
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 34 - ETC1
|
/external/chromium_org/third_party/angle/extensions/ |
D | EXT_texture_storage.txt | 419 "Since ETC1 images are easily edited along 4x4 texel boundaries, the 906 24. How can ETC1 textures be used with this extension? 909 for ETC1. 913 extension with ETC1. This is seen as an oversight in the ETC1 920 AMD_compressed_3DC_texture can be modified similarly to ETC1
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_impl.cc | 3258 case UIResourceBitmap::ETC1: in CreateUIResource() 3259 format = ETC1; in CreateUIResource()
|