Searched refs:RENDER_AREA_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 3943 RENDER_AREA_SIZE = 128 enumerator 4010 tcu::Surface dummySurface(RENDER_AREA_SIZE, RENDER_AREA_SIZE); in waitGLResults() 4086 if (m_context.getRenderTarget().getWidth() < RENDER_AREA_SIZE || in init() 4087 m_context.getRenderTarget().getHeight() < RENDER_AREA_SIZE) in init() 4088 …ror("Test case requires " + de::toString<int>(RENDER_AREA_SIZE) + "x" + de::toString<int>(RENDER_A… in init() 4092 gl.viewport(0, 0, RENDER_AREA_SIZE, RENDER_AREA_SIZE); in init() 4339 tcu::Surface resultSurface (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in runSample() 4469 tcu::Surface resultSurface (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in runSample() 4600 RENDER_AREA_SIZE = 128 enumerator 4629 tcu::Surface resultSurface (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in iterate() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 3703 RENDER_AREA_SIZE = 256, enumerator 3757 …ntext.getRenderTarget().getWidth() < RENDER_AREA_SIZE || m_context.getRenderTarget().getHeight() <… in init() 3758 …tedError("Test requires " + de::toString<int>(RENDER_AREA_SIZE) + "x" + de::toString<int>(RENDER_A… in init() 3844 tcu::Surface viewport (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in iterate() 3854 gl.viewport(0, 0, RENDER_AREA_SIZE, RENDER_AREA_SIZE); in iterate()
|