Home
last modified time | relevance | path

Searched refs:getDrawState (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/
DGrGpuGLShaders.cpp403 const GrMatrix& vm = this->getDrawState().getViewMatrix(); in flushViewMatrix()
406 const GrRenderTarget* rt = this->getDrawState().getRenderTarget(); in flushViewMatrix()
447 const GrDrawState& drawState = this->getDrawState(); in flushTextureDomain()
483 const GrDrawState& drawState = this->getDrawState(); in flushTextureMatrix()
527 const GrSamplerState& sampler = this->getDrawState().getSampler(s); in flushRadial2()
559 const GrSamplerState& sampler = this->getDrawState().getSampler(s); in flushConvolution()
568 static_cast<const GrGLTexture*>(this->getDrawState().getTexture(s)); in flushConvolution()
588 static_cast<const GrGLTexture*>(this->getDrawState().getTexture(s)); in flushTexelSize()
604 int count = this->getDrawState().getNumAAEdges(); in flushEdgeAAData()
608 static_cast<float>(this->getDrawState().getRenderTarget()->height()); in flushEdgeAAData()
[all …]
DGrGpuGL.cpp1218 const GrDrawState& drawState = this->getDrawState(); in flushScissor()
1252 const GrDrawState& drawState = this->getDrawState(); in onClear()
1289 if (NULL == this->getDrawState().getRenderTarget()) { in clearStencil()
1306 const GrDrawState& drawState = this->getDrawState(); in clearStencilClip()
1703 const GrDrawState& drawState = this->getDrawState(); in flushStencil()
1841 const GrRenderTarget* rt = this->getDrawState().getRenderTarget(); in flushAAState()
1863 this->getDrawState().isHWAntialiasState() != in flushAAState()
/external/skia/src/gpu/
DGrInOrderDrawBuffer.cpp315 this->getDrawState().getRenderTarget()->width(), in clear()
316 this->getDrawState().getRenderTarget()->height()); in clear()
598 const GrDrawState& drawState = this->getDrawState(); in pushState()
607 if (this->getDrawState().isClipState()) { in needsNewClip()
DGrDrawTarget.cpp746 const GrDrawState& drawState = this->getDrawState(); in checkDraw()
809 GrBlendCoeff dstCoeff = this->getDrawState().getDstBlendCoeff(); in canTweakAlphaForCoverage()
818 const GrDrawState& drawState = this->getDrawState(); in srcAlphaWillBeOne()
850 const GrDrawState& drawState = this->getDrawState(); in getBlendOpts()
969 !this->getDrawState().isHWAntialiasState()) { in willUseHWAALines()
DGrContext.cpp740 if (NULL != target->getDrawState().getTexture(s)) { in aa_rect_layout()
787 innerColor = target->getDrawState().getColor(); in fillAARect()
858 innerColor = target->getDrawState().getColor(); in strokeAARect()
909 const GrDrawState& drawState = target->getDrawState(); in apply_aa_to_rect()
1218 const GrRenderTarget* rt = target->getDrawState().getRenderTarget(); in get_path_and_clip_bounds()
1238 target->getDrawState().getViewMatrix().mapRect(&pathSBounds, in get_path_and_clip_bounds()
1907 return fGpu->getDrawState().getRenderTarget(); in getRenderTarget()
1911 return fGpu->getDrawState().getViewMatrix(); in getMatrix()
DGrDrawTarget.h88 const GrDrawState& getDrawState() const { return fCurrDrawState; } in getDrawState() function
DGrDefaultPathRenderer.cpp345 GrMatrix viewM = target->getDrawState().getViewMatrix(); in internalDrawPath()
DGrAAHairLinePathRenderer.cpp509 const GrDrawState& drawState = target->getDrawState(); in createGeom()
DGrGpu.cpp229 if (NULL == this->getDrawState().getRenderTarget()) { in clear()