HomeSort by relevance Sort by last modified time
    Searched refs:getDrawState (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/gl/
GrGpuGLShaders.cpp 403 const GrMatrix& vm = this->getDrawState().getViewMatrix();
406 const GrRenderTarget* rt = this->getDrawState().getRenderTarget();
447 const GrDrawState& drawState = this->getDrawState();
483 const GrDrawState& drawState = this->getDrawState();
527 const GrSamplerState& sampler = this->getDrawState().getSampler(s);
559 const GrSamplerState& sampler = this->getDrawState().getSampler(s);
568 static_cast<const GrGLTexture*>(this->getDrawState().getTexture(s));
588 static_cast<const GrGLTexture*>(this->getDrawState().getTexture(s));
604 int count = this->getDrawState().getNumAAEdges();
608 static_cast<float>(this->getDrawState().getRenderTarget()->height())
    [all...]
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 315 this->getDrawState().getRenderTarget()->width(),
316 this->getDrawState().getRenderTarget()->height());
598 const GrDrawState& drawState = this->getDrawState();
607 if (this->getDrawState().isClipState()) {
GrDrawTarget.cpp 746 const GrDrawState& drawState = this->getDrawState();
809 GrBlendCoeff dstCoeff = this->getDrawState().getDstBlendCoeff();
818 const GrDrawState& drawState = this->getDrawState();
850 const GrDrawState& drawState = this->getDrawState();
    [all...]
GrContext.cpp 740 if (NULL != target->getDrawState().getTexture(s)) {
787 innerColor = target->getDrawState().getColor();
858 innerColor = target->getDrawState().getColor();
909 const GrDrawState& drawState = target->getDrawState();
    [all...]
GrDrawTarget.h 88 const GrDrawState& getDrawState() const { return fCurrDrawState; }
    [all...]
GrDefaultPathRenderer.cpp 345 GrMatrix viewM = target->getDrawState().getViewMatrix();
GrAAHairLinePathRenderer.cpp 509 const GrDrawState& drawState = target->getDrawState();
GrGpu.cpp 229 if (NULL == this->getDrawState().getRenderTarget()) {
    [all...]

Completed in 322 milliseconds