Searched refs:DEFAULT_RENDER_SIZE (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 113 DEFAULT_RENDER_SIZE = 256, enumerator 440 : BaseRenderingCase (context, name, desc, renderTarget, numSamples, DEFAULT_RENDER_SIZE) in BaseTriangleCase() 523 : BaseRenderingCase (context, name, desc, renderTarget, numSamples, DEFAULT_RENDER_SIZE) in BaseLineCase() 669 : BaseRenderingCase (context, name, desc, renderTarget, numSamples, DEFAULT_RENDER_SIZE) in PointCase() 1390 return DEFAULT_RENDER_SIZE / 4; in getRenderSize() 1392 return DEFAULT_RENDER_SIZE; in getRenderSize() 1521 : BaseRenderingCase (ctx, name, desc, RENDERTARGET_DEFAULT, -1, DEFAULT_RENDER_SIZE) in CullingTest() 1701 : BaseRenderingCase (ctx, name, desc, renderTarget, numSamples, DEFAULT_RENDER_SIZE) in TriangleInterpolationTest() 1932 : BaseRenderingCase (ctx, name, desc, renderTarget, numSamples, DEFAULT_RENDER_SIZE) in LineInterpolationTest()
|