OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uncompressedFormat
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/internal/
ditAstcTests.cpp
75
const TextureFormat
uncompressedFormat
= getUncompressedFormat(format);
76
TextureLevel texture (
uncompressedFormat
, blockPixelSize.x()*(int)numBlocks, blockPixelSize.y());
/external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp
245
const tcu::TextureFormat&
uncompressedFormat
);
325
void ASTCRenderer2D::render (Surface& referenceDst, Surface& resultDst, const glu::Texture2D& texture, const tcu::TextureFormat&
uncompressedFormat
)
338
renderParams.samplerType = gls::TextureTestUtil::getSamplerType(
uncompressedFormat
);
Completed in 259 milliseconds