Home
last modified time | relevance | path

Searched refs:surfaceHeight (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp164 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()
DvktPipelineReferenceRenderer.hpp320 int surfaceHeight,
/third_party/skia/src/gpu/
DGrNativeRect.h62 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/
DGrDataUtils.h84 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/
DglcTestRunner.cpp304 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()
DglcTestRunner.hpp54 int surfaceHeight; member
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp98 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/
DTextureMTL.mm358 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/
Dmustpass.py350 …Rotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
/third_party/mesa3d/docs/_extra/specs/OLD/
DEGL_MESA_screen_surface.txt454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],