OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_compressedformat
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp
112
const CompressedTexFormat
m_compressedFormat
;
135
,
m_compressedFormat
(tcu::COMPRESSEDTEXFORMAT_LAST)
154
,
m_compressedFormat
(tcu::COMPRESSEDTEXFORMAT_LAST)
174
,
m_compressedFormat
(compressedFormat)
207
else if (
m_compressedFormat
!= tcu::COMPRESSEDTEXFORMAT_LAST)
213
if (tcu::isEtcFormat(
m_compressedFormat
))
217
tcu::CompressedTexture compressedTexture (
m_compressedFormat
, m_width, m_height);
227
else if (tcu::isAstcFormat(
m_compressedFormat
))
248
tcu::CompressedTexture compressedTexture (
m_compressedFormat
, m_width, m_height);
304
const bool useDefaultColorScaleAndBias = !tcu::isAstcFormat(
m_compressedFormat
) || tcu::isAstcSRGBFormat(m_compressedFormat)
[
all
...]
Completed in 172 milliseconds