Searched defs:RENDER_SIZE (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp93 RENDER_SIZE = 128 enumerator in enum:deqp::gles31::Functional::__anon20328::MultisampleShadeCountRenderCase::__anon20329
101 : MultisampleShaderRenderUtil::MultisampleRenderCase(context, name, description, numSamples, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_PER_ITERATION_SHADER)
142 for (int y = 0; y < RENDER_SIZE; ++y)
143 for (int x = 0; x < RENDER_SIZE; ++x)
629 RENDER_SIZE = 32
640 : MultisampleShaderRenderUtil::MultisampleRenderCase (context, name, description, numSamples, target, RENDER_SIZE)
682 " v_position = (a_position.xy + vec2(1.0, 1.0)) / 2.0 * vec2(" << (int)RENDER_SIZE << ".0, " << (int)RENDER_SIZE << ".0);\n"
700 " const highp float threshold = 0.15625; // 4 subpixel bits. Assume 3 accurate bits + 0.03125 for other errors\n"; // 0.03125 = mediump epsilon when value = 32 (RENDER_SIZE)
821 RENDER_SIZE
[all...]
H A Des31fTessellationGeometryInteractionTests.cpp136 RENDER_SIZE = 128, enumerator in enum:deqp::gles31::Functional::__anon20336::IdentityGeometryShaderCase::__anon20337
163 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE ||
164 m_context.getRenderTarget().getHeight() < RENDER_SIZE)
165 throw tcu::NotSupportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE) + " or larger render target.");
210 tcu::Surface resultWithGeometry (RENDER_SIZE, RENDER_SIZE);
211 tcu::Surface resultWithoutGeometry (RENDER_SIZE, RENDER_SIZE);
225 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZ
439 RENDER_SIZE = 256, enumerator in enum:deqp::gles31::Functional::__anon20336::IdentityTessellationShaderCase::__anon20339
806 RENDER_SIZE = 128, enumerator in enum:deqp::gles31::Functional::__anon20336::FeedbackPrimitiveTypeCase::__anon20341
[all...]
H A Des31fUniformLocationTests.cpp123 RENDER_SIZE = 16 enumerator in enum:deqp::gles31::Functional::__anon20370::UniformLocationCase::__anon20371
229 const RandomViewport viewport (m_renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStringHash(getName()) + baseSeed);
231 tcu::Surface rendered (RENDER_SIZE, RENDER_SIZE);
H A Des31fTextureGatherTests.cpp1000 static const IVec2 RENDER_SIZE; member in class:deqp::gles31::Functional::__anon20356::TextureGatherCase
1017 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64); member in class:deqp::gles31::Functional::__anon20356::TextureGatherCase
1256 gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x(), RENDER_SIZE.y());
1266 << " and size " << RENDER_SIZE << TestLog::EndMessage;
1338 const tcu::IVec2 renderSize = RENDER_SIZE;
1363 gl.viewport(0, 0, RENDER_SIZE.x(), RENDER_SIZE.y());
1406 gl.uniform2f(viewportSizeUniformLocation, (float)RENDER_SIZE.x(), (float)RENDER_SIZE
[all...]
H A Des31fShaderImageLoadStoreTests.cpp2918 (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE))
2919 throw tcu::NotSupportedError("Render target must have at least " + toString(RENDER_SIZE) + " width and height");
2925 static const int RENDER_SIZE; member in class:deqp::gles31::Functional::__anon20319::EarlyFragmentTestsCase
2932 const int EarlyFragmentTestsCase::RENDER_SIZE = 32; member in class:deqp::gles31::Functional::__anon20319::EarlyFragmentTestsCase
2941 const int viewportWidth = RENDER_SIZE;
2942 const int viewportHeight = RENDER_SIZE;
2977 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE);
2987 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, RENDER_SIZE, RENDER_SIZ
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp194 RENDER_SIZE = 32 enumerator in enum:deqp::gles2::Functional::__anon19867::AttributeCase::__anon19868
233 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE)
234 throw tcu::NotSupportedError("Render target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE));
373 tcu::Surface dest (RENDER_SIZE, RENDER_SIZE);
378 gl.glViewport(0, 0, RENDER_SIZE, RENDER_SIZE);
423 tcu::Surface errorMask (RENDER_SIZE, RENDER_SIZ
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp89 RENDER_SIZE = 256 enumerator in enum:deqp::gles31::Stress::__anon20380::GridRenderCase::__anon20381
124 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE ||
125 m_context.getRenderTarget().getHeight() < RENDER_SIZE)
126 throw tcu::NotSupportedError("Test requires " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE) + " or larger render target.");
301 renderedLayers[ndx].setSize(RENDER_SIZE, RENDER_SIZE);
/external/deqp/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp270 RENDER_SIZE = 32 enumerator in enum:deqp::gles3::Functional::__anon19998::AttributeCase::__anon19999
309 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE)
310 throw tcu::NotSupportedError("Render target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE));
450 tcu::Surface dest (RENDER_SIZE, RENDER_SIZE);
455 gl.glViewport(0, 0, RENDER_SIZE, RENDER_SIZE);
500 tcu::Surface errorMask (RENDER_SIZE, RENDER_SIZ
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp506 enum {RENDER_SIZE = 512}; enumerator in enum:deqp::gles3::Performance::__anon20237::BaseCase::__anon20238
555 tcu::TextureLevel resultTex (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), RENDER_SIZE, RENDER_SIZE); local
562 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE);
564 gl.renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, RENDER_SIZE, RENDER_SIZE);
569 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE);
761 const float pxPerCall = RENDER_SIZE*RENDER_SIZ
[all...]

Completed in 166 milliseconds