Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp1617 …void initialize (int minRenderWidth, int minRenderHeight, const Vec4& colorScale, const Vec…
1669 void ASTCRenderer2D::initialize (int minRenderWidth, int minRenderHeight, const Vec4& colorScale, c… in initialize() argument
1690 if (renderTarget.getWidth() < minRenderWidth || renderTarget.getHeight() < minRenderHeight) in initialize()
1691 …throw tcu::NotSupportedError("Render target must be at least " + de::toString(minRenderWidth) + "x… in initialize()