Home
last modified time | relevance | path

Searched refs:FORMAT_SRGB8_ETC2 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp135 FORMAT_SRGB8_ETC2, enumerator
DSurface.cpp1159 case FORMAT_SRGB8_ETC2: in lockRect()
1587 case FORMAT_SRGB8_ETC2: return 2; in bytes()
1670 case FORMAT_SRGB8_ETC2: in pitchB()
1723 case FORMAT_SRGB8_ETC2: in sliceB()
1772 …case FORMAT_SRGB8_ETC2: decodeETC2(destination, source, 0, true); break; // F… in update()
2891 case FORMAT_SRGB8_ETC2: in isCompressed()
3691 case FORMAT_SRGB8_ETC2: in selectInternalFormat()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp373 case GL_COMPRESSED_SRGB8_ETC2: return sw::FORMAT_SRGB8_ETC2; in SelectInternalFormat()