Home
last modified time | relevance | path

Searched refs:getScissor (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp52 clearParams.scissor = state.getScissor(); in GetClearParameters()
245 const gl::Rectangle *scissor = glState.isScissorTestEnabled() ? &glState.getScissor() : nullptr; in blit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp520 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clear()
548 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clearBufferfv()
577 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clearBufferuiv()
606 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clearBufferiv()
636 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clearBufferfi()
DStateManagerGL.cpp1822 const gl::Rectangle &scissor = state.getScissor(); in syncState()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp178 inline const VkRect2D &getScissor() const { return scissor; } in getScissor() function
DRenderer.cpp414 const VkRect2D &scissor = pipelineState.getScissor(); in draw()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp72 mRenderer->setScissorRectangle(glState.getScissor(), glState.isScissorTestEnabled()); in clearImpl()
DStateManager9.cpp304 if (state.getScissor() != mCurScissorRect) in syncState()
DRenderer9.cpp1108 setScissorRectangle(glState.getScissor(), glState.isScissorTestEnabled()); in updateState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h268 const Rectangle &getScissor() const { return mScissor; } in getScissor() function
DvalidationES2.cpp62 const Rectangle &scissor = context->getState().getScissor(); in IsPartialBlit()
DContext.cpp302 return !ClipRectangle(framebufferArea, glState.getScissor(), nullptr); in IsEmptyScissor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h419 const VkRect2D &getScissor() const { return mScissor; } in getScissor() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp934 if (!gl::ClipRectangle(glState.getScissor(), rect, &clippedRect)) in ClipRectToScissor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1109 if (state.getScissor() != mCurScissorRect) in syncState()
1404 const gl::Rectangle &scissor = glState.getScissor(); in syncScissorRectangle()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp546 SerializeRectangle(json, "Scissors", state.getScissor()); in SerializeContextState()
DFrameCapture.cpp3957 const gl::Rectangle &currentScissor = apiState.getScissor(); in CaptureMidExecutionSetup()