Searched defs:TEST_CANVAS_SIZE (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicClass.cpp54 static const int TEST_CANVAS_SIZE = 256; member in namespace:vkt::geometry
73 const IVec2 resolution = IVec2(TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp54 static const int TEST_CANVAS_SIZE = 256; member in namespace:deqp::gles2::Stress::__anon5039
143 if (width < TEST_CANVAS_SIZE || height < TEST_CANVAS_SIZE)
144 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(TEST_CANVAS_SIZE) + "x" + de::toString(TEST_CANVAS_SIZE));
151 if (maxTexSize < TEST_CANVAS_SIZE)
152 throw tcu::NotSupportedError(std::string("GL_MAX_TEXTURE_SIZE must be at least ") + de::toString(TEST_CANVAS_SIZE));
179 tcu::Surface errorMask (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
184 for (int y = 0; y < TEST_CANVAS_SIZE;
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp54 static const int TEST_CANVAS_SIZE = 256; member in namespace:deqp::gles3::Stress::__anon5325
146 if (width < TEST_CANVAS_SIZE || height < TEST_CANVAS_SIZE)
147 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(TEST_CANVAS_SIZE) + "x" + de::toString(TEST_CANVAS_SIZE));
154 if (maxTexSize < TEST_CANVAS_SIZE)
155 throw tcu::NotSupportedError(std::string("GL_MAX_TEXTURE_SIZE must be at least ") + de::toString(TEST_CANVAS_SIZE));
182 tcu::Surface errorMask (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
187 for (int y = 0; y < TEST_CANVAS_SIZE;
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp58 const int TEST_CANVAS_SIZE = 200; member in namespace:deqp::gles2::Functional::__anon4932
59 const rr::WindowRectangle VIEWPORT_WHOLE (0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
60 const rr::WindowRectangle VIEWPORT_CENTER (TEST_CANVAS_SIZE/4, TEST_CANVAS_SIZE/4, TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZE/2);
61 const rr::WindowRectangle VIEWPORT_CORNER (TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZE/
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp58 const int TEST_CANVAS_SIZE = 200; member in namespace:deqp::gles3::Functional::__anon5061
59 const rr::WindowRectangle VIEWPORT_WHOLE (0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
60 const rr::WindowRectangle VIEWPORT_CENTER (TEST_CANVAS_SIZE/4, TEST_CANVAS_SIZE/4, TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZE/2);
61 const rr::WindowRectangle VIEWPORT_CORNER (TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZE/
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp69 const int TEST_CANVAS_SIZE = 256; member in namespace:deqp::gles31::Functional::__anon5347
1852 , m_viewportSize (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE)

Completed in 147 milliseconds