Home
last modified time | relevance | path

Searched refs:renderTargetWidth (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPassEncoder.h35 uint32_t renderTargetWidth,
DRenderPassEncoder.cpp58 uint32_t renderTargetWidth, in RenderPassEncoder() argument
69 mRenderTargetWidth(renderTargetWidth), in RenderPassEncoder()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawTests.cpp657 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
660 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in iterate()
661 tcu::Surface surface (renderTargetWidth, renderTargetHeight); in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1241 size_t renderTargetWidth = 0; in applyRenderTarget() local
1256 renderTargetWidth = colorRenderTarget->getWidth(); in applyRenderTarget()
1306 mStateManager.setRenderTargetBounds(renderTargetWidth, renderTargetHeight); in applyRenderTarget()
2045 int renderTargetWidth = mStateManager.getRenderTargetWidth(); in clear() local
2054 quad[1][0] = renderTargetWidth - 0.5f; in clear()
2064 quad[3][0] = renderTargetWidth - 0.5f; in clear()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1280 size_t renderTargetWidth = 0; in applyRenderTarget() local
1294 renderTargetWidth = colorRenderTarget->getWidth(); in applyRenderTarget()
1343 mStateManager.setRenderTargetBounds(renderTargetWidth, renderTargetHeight); in applyRenderTarget()
2086 int renderTargetWidth = mStateManager.getRenderTargetWidth(); in clear() local
2095 quad[1][0] = renderTargetWidth - 0.5f; in clear()
2105 quad[3][0] = renderTargetWidth - 0.5f; in clear()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawTests.cpp791 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
794 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in iterate()
795 tcu::Surface surface (renderTargetWidth, renderTargetHeight); in iterate()
1124 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
1127 tcu::Surface surface (renderTargetWidth, renderTargetHeight); in iterate()
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp1704 const int renderTargetWidth = de::min(512, m_renderCtx.getRenderTarget().getWidth()); in init() local
1708 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in init()
1710 …ontextBuffers(m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, renderTargetWidth, renderTarge… in init()
DglsDrawTest.cpp3095 …const int renderTargetWidth = de::min(MAX_RENDER_TARGET_SIZE, m_renderCtx.getRenderTarget().g… in init() local
3106 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in init()
3115 …ontextBuffers(m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, renderTargetWidth, renderTarge… in init()
3118 …ew AttributePack(m_testCtx, m_renderCtx, *m_glesContext, tcu::UVec2(renderTargetWidth, renderTarge… in init()
3119 …ew AttributePack(m_testCtx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetWidth, renderTarge… in init()