Searched refs:renderTargetWidth (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPassEncoder.h | 35 uint32_t renderTargetWidth,
|
D | RenderPassEncoder.cpp | 58 uint32_t renderTargetWidth, in RenderPassEncoder() argument 69 mRenderTargetWidth(renderTargetWidth), in RenderPassEncoder()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 657 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/ |
D | Renderer9.cpp | 1241 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/ |
D | Renderer9.cpp | 1280 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/ |
D | es31fDrawTests.cpp | 791 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/ |
D | glsVertexArrayTests.cpp | 1704 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()
|
D | glsDrawTest.cpp | 3095 …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()
|