Home
last modified time | relevance | path

Searched refs:defaultFormat (Results 1 – 2 of 2) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFiller.java23 private final DecodeFormat defaultFormat; field in BitmapPreFiller
28 …ublic BitmapPreFiller(MemoryCache memoryCache, BitmapPool bitmapPool, DecodeFormat defaultFormat) { in BitmapPreFiller() argument
31 this.defaultFormat = defaultFormat; in BitmapPreFiller()
43 builder.setConfig(defaultFormat == DecodeFormat.ALWAYS_ARGB_8888 in preFill()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1580 angle::FormatID defaultFormat = GetCurrentValueFormatID(gl::VertexAttribType::Float); in initDefaults() local
1585 SetBitField(packedAttrib.format, defaultFormat); in initDefaults()