Searched refs:surfaceWidth (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 163 ReferenceRenderer::ReferenceRenderer(int surfaceWidth, in ReferenceRenderer() argument 169 : m_surfaceWidth (surfaceWidth) in ReferenceRenderer() 210 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer() 213 m_resolveDepthStencilBuffer.setStorage(m_depthStencilFormat, surfaceWidth, surfaceHeight); in ReferenceRenderer() 221 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer() 224 m_resolveDepthStencilBuffer.setStorage(m_depthStencilFormat, surfaceWidth, surfaceHeight); in ReferenceRenderer() 233 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer() 238 m_resolveDepthStencilBuffer.setStorage(m_depthStencilFormat, surfaceWidth, surfaceHeight); in ReferenceRenderer()
|
D | vktPipelineReferenceRenderer.hpp | 319 ReferenceRenderer (int surfaceWidth,
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 303 const int width = aosp_mustpass_egl_first_cfg[i].surfaceWidth; in getTestRunsForAOSPEGL() 349 const int width = aosp_mustpass_es_first_cfg[i].surfaceWidth; in getTestRunsForAOSPES() 382 const int width = runParams[i].surfaceWidth; in getTestRunsForNoContext() 419 const int width = runParams[i].surfaceWidth; in getTestRunsForSingleConfig() 466 const int width = runParams[runNdx].surfaceWidth; in getTestRunsForES() 512 const int width = runParams[i].surfaceWidth; in getTestRunsForESForGL() 552 const int width = runParams[runNdx].surfaceWidth; in getTestRunsForGL()
|
D | glcTestRunner.hpp | 53 int surfaceWidth; member
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 97 int surfaceWidth; member 466 EGL_WIDTH, config.surfaceWidth, in createEGLSurface() 1029 …log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight … in logTestConfig() 1114 basicConfig.surfaceWidth = 256; in init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 357 uint32_t surfaceWidth = IOSurfaceGetWidthOfPlane(ioSurface, plane); 361 descriptor->size.width != surfaceWidth || descriptor->size.height != surfaceHeight || 364 surfaceWidth, surfaceHeight, &descriptor->size);
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | mustpass.py | 350 …screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfa…
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | EGL_MESA_screen_surface.txt | 454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],
|