Home
last modified time | relevance | path

Searched refs:ETC1 (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/cc/resources/
Dresource_format.h21 ETC1, enumerator
22 RESOURCE_FORMAT_MAX = ETC1,
Dtexture_uploader.cc150 if (format == ETC1) { in Upload()
248 DCHECK_NE(ETC1, format); in UploadWithMapTexSubImage()
303 GLInternalFormat(ETC1), in UploadWithTexImageETC1()
307 Resource::MemorySizeBytes(size, ETC1), in UploadWithTexImageETC1()
Dui_resource_bitmap.cc48 opaque_ = (format == ETC1); in Create()
77 Create(pixel_ref, size, UIResourceBitmap::ETC1); in UIResourceBitmap()
Dresource_format.cc16 case ETC1: in ResourceFormatToSkColorType()
Dui_resource_bitmap.h31 ETC1 enumerator
Draster_worker_pool.cc219 case ETC1: in AcquireBitmapForBuffer()
Dresource_provider.cc75 case ETC1: in TextureToStorageFormat()
93 case ETC1: in IsFormatSupportedForStorage()
1543 DCHECK_NE(ETC1, resource->format); in AcquirePixelBuffer()
1842 if (format != ETC1) { in LazyAllocate()
Dresource_provider_unittest.cc3562 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/
DREADME.chromium8 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/
DREADME.google5 Description: PKM file format (ETC1 data) support
/external/skia/third_party/etc1/
DREADME.google5 Description: PKM file format (ETC1 data) support
/external/chromium_org/content/browser/compositor/
Doverlay_candidate_validator_ozone.cc21 case cc::ETC1: in GetOzoneFormat()
/external/chromium_org/mojo/services/public/interfaces/surfaces/
Dsurfaces.mojom19 ETC1,
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.format.txt34 - ETC1
/external/chromium_org/third_party/angle/extensions/
DEXT_texture_storage.txt419 "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/
Dlayer_tree_host_impl.cc3258 case UIResourceBitmap::ETC1: in CreateUIResource()
3259 format = ETC1; in CreateUIResource()