Home
last modified time | relevance | path

Searched refs:compressedETC1RGB8TextureOES (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgles_extensions_autogen.h116 bool compressedETC1RGB8TextureOES = false; member
Dgles_extensions_autogen.cpp56 …ES_compressed_ETC1_RGB8_texture"] = enableableExtension(&Extensions::compressedETC1RGB8TextureOES); in GetExtensionInfoMap()
DCaps.cpp869 compressedETC1RGB8TextureOES = DetermineETC1RGB8TextureSupport(textureCaps); in setTextureExtensionSupport()
Dformatutils.cpp1154 … 4, 4, 1, 64, 3, false, RequireExt<&Extensions::compressedETC1RGB8TextureOES>, Alway… in BuildInternalFormatInfoMap()
DContext.cpp3648 mSupportedExtensions.compressedETC1RGB8TextureOES = false; in initCaps()
3839 mSupportedExtensions.compressedETC1RGB8TextureOES = false; in initCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp95 mExtensions.compressedETC1RGB8TextureOES = true; in ContextNULL()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp350 mNativeExtensions.compressedETC1RGB8TextureOES; in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1580 extensions->compressedETC1RGB8TextureOES = false; in GenerateCaps()