Searched defs:setupClipAndFlushState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.cpp343 bool GrGpu::setupClipAndFlushState(DrawType type, const GrDeviceCoordTexture* dstCopy, function in class:GrGpu
389 if (!this->setupClipAndFlushState(PrimTypeToDrawType(info.primitiveType()),
400 if (!this->setupClipAndFlushState(kStencilPath_DrawType, NULL, &are, NULL)) {
415 if (!this->setupClipAndFlushState(kDrawPath_DrawType, dstCopy, &are, NULL)) {
431 if (!this->setupClipAndFlushState(kDrawPaths_DrawType, dstCopy, &are, NULL)) {
/external/skia/src/gpu/
H A DGrGpu.cpp343 bool GrGpu::setupClipAndFlushState(DrawType type, const GrDeviceCoordTexture* dstCopy, function in class:GrGpu
389 if (!this->setupClipAndFlushState(PrimTypeToDrawType(info.primitiveType()),
400 if (!this->setupClipAndFlushState(kStencilPath_DrawType, NULL, &are, NULL)) {
415 if (!this->setupClipAndFlushState(kDrawPath_DrawType, dstCopy, &are, NULL)) {
431 if (!this->setupClipAndFlushState(kDrawPaths_DrawType, dstCopy, &are, NULL)) {

Completed in 50 milliseconds