OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDrawState
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp
43
target->
getDrawState
().getRenderTarget()->getStencilBuffer() &&
44
target->
getDrawState
().getStencil().isDisabled();
GrInOrderDrawBuffer.cpp
177
if (!this->
getDrawState
().isClipState()) {
183
this->getClip()->getConservativeBounds(this->
getDrawState
().getRenderTarget(), &rect, &iior);
198
if (fClipProxy.fRight >= this->
getDrawState
().getRenderTarget()->width()) {
201
if (fClipProxy.fBottom >= this->
getDrawState
().getRenderTarget()->height()) {
222
const GrDrawState& drawState = this->
getDrawState
();
303
const GrDrawState& drawState = this->
getDrawState
();
685
size_t vertexStride = this->
getDrawState
().getVertexStride();
836
this->convertDrawStateToPendingExec(&fStates.push_back(this->
getDrawState
()));
840
const GrDrawState& curr = this->
getDrawState
();
[
all
...]
GrDefaultPathRenderer.cpp
331
SkMatrix viewM = target->
getDrawState
().getViewMatrix();
335
if (IsStrokeHairlineOrEquivalent(*stroke, target->
getDrawState
().getViewMatrix(),
338
target->
getDrawState
().getCoverage());
518
IsStrokeHairlineOrEquivalent(stroke, target->
getDrawState
().getViewMatrix(), NULL));
GrSoftwarePathRenderer.cpp
44
const GrRenderTarget* rt = target->
getDrawState
().getRenderTarget();
GrAAHairLinePathRenderer.cpp
838
target->
getDrawState
().getViewMatrix(),
895
target->
getDrawState
().getViewMatrix(),
[
all
...]
GrDrawTarget.h
83
const GrDrawState&
getDrawState
() const { return *fDrawState; }
97
return !this->
getDrawState
().couldApplyCoverage(*this->caps());
[
all
...]
GrDrawTarget.cpp
352
const GrDrawState& drawState = this->
getDrawState
();
427
if (this->caps()->dstReadInShaderSupport() || !this->
getDrawState
().willEffectReadDstColor()) {
541
const GrDrawState* drawState = &
getDrawState
();
718
this->
getDrawState
().getViewMatrix().mapRect(&bounds, rect);
[
all
...]
GrContext.cpp
755
if (!target->
getDrawState
().canTweakAlphaForCoverage() &&
762
const GrDrawState& drawState = target->
getDrawState
();
820
target->
getDrawState
().getRenderTarget()->getBoundsRect(&rtRect);
853
!target->
getDrawState
().getRenderTarget()->isMultisampled();
[
all
...]
GrOvalRenderer.cpp
491
!target->
getDrawState
().getRenderTarget()->isMultisampled() &&
[
all
...]
GrGpu.cpp
172
renderTarget = this->
getDrawState
().getRenderTarget();
GrClipMaskManager.cpp
[
all
...]
GrBitmapTextContext.cpp
582
SkASSERT(vertSize == fDrawTarget->
getDrawState
().getVertexStride());
GrDistanceFieldTextContext.cpp
417
SkASSERT(vertSize == fDrawTarget->
getDrawState
().getVertexStride());
GrAAConvexPathRenderer.cpp
643
SkMatrix viewMatrix = target->
getDrawState
().getViewMatrix();
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp
208
SkAutoTUnref<GrOptDrawState> optState(this->
getDrawState
().createOptState(*this->caps()));
295
SkAutoTUnref<GrOptDrawState> optState(this->
getDrawState
().createOptState(*this->caps()));
/external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp
32
if (target.
getDrawState
().getRenderTarget()->isMultisampled()) {
[
all
...]
Completed in 2756 milliseconds