Home
last modified time | relevance | path

Searched refs:StageWillBeUsed (Results 1 – 2 of 2) sorted by relevance

/external/skia/gpu/include/
DGrDrawTarget.h1123 static bool StageWillBeUsed(int stage, GrVertexLayout layout, in StageWillBeUsed() function
1129 return StageWillBeUsed(stage, fGeometrySrc.fVertexLayout, fCurrDrawState); in isStageEnabled()
/external/skia/gpu/src/
DGrGpuGLFixed.cpp158 bool wasUsingTexture = StageWillBeUsed(s, fHWGeometryState.fVertexLayout, fHWDrawState); in flushGraphicsState()