HomeSort by relevance Sort by last modified time
    Searched defs:setupClipAndFlushState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 343 bool GrGpu::setupClipAndFlushState(DrawType type, const GrDeviceCoordTexture* dstCopy,
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/
GrGpu.cpp 343 bool GrGpu::setupClipAndFlushState(DrawType type, const GrDeviceCoordTexture* dstCopy,
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 217 milliseconds