OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_RENDER_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp
129
TEST_RENDER_SIZE
= 64
166
if (m_context.getRenderTarget().getWidth() <
TEST_RENDER_SIZE
|| m_context.getRenderTarget().getHeight() <
TEST_RENDER_SIZE
)
167
throw tcu::NotSupportedError("Test requires at least " + de::toString<int>(
TEST_RENDER_SIZE
) + "x" + de::toString<int>(
TEST_RENDER_SIZE
) + " render target");
192
tcu::Surface surface(
TEST_RENDER_SIZE
,
TEST_RENDER_SIZE
);
/external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp
135
TEST_RENDER_SIZE
= 64
172
if (m_context.getRenderTarget().getWidth() <
TEST_RENDER_SIZE
|| m_context.getRenderTarget().getHeight() <
TEST_RENDER_SIZE
)
173
throw tcu::NotSupportedError("Test requires at least " + de::toString<int>(
TEST_RENDER_SIZE
) + "x" + de::toString<int>(
TEST_RENDER_SIZE
) + " render target");
198
tcu::Surface surface(
TEST_RENDER_SIZE
,
TEST_RENDER_SIZE
);
[
all
...]
Completed in 1832 milliseconds