HomeSort by relevance Sort by last modified time
    Searched defs:scissorState (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrClipMaskManager.h 38 const GrScissorState& scissorState() const { return fScissorState; }
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 208 const GrScissorState& scissorState = pipeline.getScissorState();
209 if (scissorState.enabled() &&
210 !scissorState.rect().contains(0, 0, vkRT->width(), vkRT->height())) {
211 // This all assumes the scissorState has previously been clipped to the device space render
213 scissor->offset.x = scissorState.rect().fLeft;
214 scissor->extent.width = scissorState.rect().width();
216 scissor->offset.y = scissorState.rect().fTop;
219 scissor->offset.y = vkRT->height() - scissorState.rect().fBottom;
221 scissor->extent.height = scissorState.rect().height();
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 4117 milliseconds