Searched refs:surfaceHeight (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 164 int surfaceHeight, in ReferenceRenderer() argument 170 , m_surfaceHeight (surfaceHeight) 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 | 320 int surfaceHeight,
|
/third_party/skia/src/gpu/ |
D | GrNativeRect.h | 62 void setRelativeTo(GrSurfaceOrigin origin, int surfaceHeight, int leftOffset, int topOffset, in setRelativeTo() 67 fY = surfaceHeight - topOffset - height; in setRelativeTo()
|
/third_party/flutter/skia/src/gpu/ |
D | GrDataUtils.h | 84 bool clip(int surfaceWidth, int surfaceHeight, SkIPoint* surfacePt, T** data, size_t rowBytes) { in clip() argument 85 auto bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight); in clip()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 304 const int height = aosp_mustpass_egl_first_cfg[i].surfaceHeight; in getTestRunsForAOSPEGL() 350 const int height = aosp_mustpass_es_first_cfg[i].surfaceHeight; in getTestRunsForAOSPES() 383 const int height = runParams[i].surfaceHeight; in getTestRunsForNoContext() 420 const int height = runParams[i].surfaceHeight; in getTestRunsForSingleConfig() 467 const int height = runParams[runNdx].surfaceHeight; in getTestRunsForES() 513 const int height = runParams[i].surfaceHeight; in getTestRunsForESForGL() 553 const int height = runParams[runNdx].surfaceHeight; in getTestRunsForGL()
|
D | glcTestRunner.hpp | 54 int surfaceHeight; member
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 98 int surfaceHeight; member 467 EGL_HEIGHT, config.surfaceHeight, in createEGLSurface() 1029 …log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight … in logTestConfig() 1115 basicConfig.surfaceHeight = 256; in init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 358 uint32_t surfaceHeight = IOSurfaceGetHeightOfPlane(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 …Rotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | EGL_MESA_screen_surface.txt | 454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],
|