Searched refs:renderWidth (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcAggressiveShaderOptimizationsTests.cpp | 455 int renderWidth = 64; in iterate() local 457 if (renderWidth > m_context.getRenderTarget().getWidth()) in iterate() 458 renderWidth = m_context.getRenderTarget().getWidth(); in iterate() 463 gl.viewport(0, 0, renderWidth, renderHeight); in iterate() 466 tcu::Surface testSurface(renderWidth, renderHeight); in iterate() 473 tcu::Surface referenceSurface(renderWidth, renderHeight); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsOcclusionQueryTests.cpp | 598 const int renderWidth, 616 …text& testCtx, const std::string name, const deUint32 flags, const int renderWidth, const int rend… in OcclusionQueryTest() argument 624 , m_renderWidth (renderWidth) in OcclusionQueryTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 191 deUint32 renderWidth, 197 deUint32 renderWidth,
|
D | vktTextureTestUtil.cpp | 473 …erer(Context& context, vk::VkSampleCountFlagBits sampleCount, deUint32 renderWidth, deUint32 rende… in TextureRenderer() argument 474 : TextureRenderer(context, sampleCount, renderWidth, renderHeight, 1u, componentMapping) in TextureRenderer() 478 …enderer (Context& context, VkSampleCountFlagBits sampleCount, deUint32 renderWidth, deUint32 rende… in TextureRenderer() argument 481 , m_renderWidth (renderWidth) in TextureRenderer() 489 , m_resultBufferSize (renderWidth * renderHeight * m_textureFormat.getPixelSize()) in TextureRenderer() 492 , m_viewportWidth ((float)renderWidth) in TextureRenderer()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 672 const int renderWidth = 128; in iterate() local 679 …sult (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), renderWidth, renderHeight); in iterate() 703 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, renderWidth, renderHeight); in iterate() 709 blitStencilToColorCube(renderCtx, *depthStencilTex, &texCoord[0], renderWidth, renderHeight); in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLongStressCase.cpp | 1258 const int renderWidth = m_renderCtx.getRenderTarget().getWidth(); in iterate() local 1447 glViewport(0, 0, renderWidth, renderHeight); in iterate()
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 16151 readonly renderWidth: number; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 16171 readonly renderWidth: number; property
|