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

  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 289 bool GrGpu::setupClipAndFlushState(DrawType type, const GrDeviceCoordTexture* dstCopy,
335 if (!this->setupClipAndFlushState(PrimTypeToDrawType(info.primitiveType()),
346 if (!this->setupClipAndFlushState(kStencilPath_DrawType, NULL, &are, NULL)) {
361 if (!this->setupClipAndFlushState(kDrawPath_DrawType, dstCopy, &are, NULL)) {
377 if (!this->setupClipAndFlushState(kDrawPaths_DrawType, dstCopy, &are, NULL)) {
GrGpu.h 351 bool setupClipAndFlushState(DrawType,
  /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)) {
GrGpu.h 364 bool setupClipAndFlushState(DrawType,

Completed in 444 milliseconds