HomeSort by relevance Sort by last modified time
    Searched defs:RENDER_SIZE (Results 1 - 9 of 9) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp 93 RENDER_SIZE = 128
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 = 12
    [all...]
es31fUniformLocationTests.cpp 123 RENDER_SIZE = 16
229 const RandomViewport viewport (m_renderCtx.getRenderTarget(), RENDER_SIZE, RENDER_SIZE, deStringHash(getName()) + baseSeed);
231 tcu::Surface rendered (RENDER_SIZE, RENDER_SIZE);
    [all...]
es31fTessellationGeometryInteractionTests.cpp 136 RENDER_SIZE = 128,
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_SIZE)
    [all...]
es31fTextureGatherTests.cpp 1000 static const IVec2 RENDER_SIZE;
1017 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64);
    [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 89 RENDER_SIZE = 256
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/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 194 RENDER_SIZE = 32
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_SIZE)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 270 RENDER_SIZE = 32
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_SIZE)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 506 enum {RENDER_SIZE = 512};
555 tcu::TextureLevel resultTex (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), RENDER_SIZE, RENDER_SIZE);
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_SIZE
    [all...]

Completed in 226 milliseconds