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

  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 297 GrDrawState::AutoRestoreEffects* are) {
298 if (!fClipMaskManager.setupClipping(this->getClip(), are)) {
333 // if popping last entry then pops are unbalanced with pushes
340 GrDrawState::AutoRestoreEffects are; local
343 &are)) {
356 GrDrawState::AutoRestoreEffects are; local
357 if (!this->setupClipAndFlushState(kStencilPath_DrawType, NULL, &are)) {
GrContext.cpp 187 // are now unusable
335 // texels in the resampled image are copies of texels from
424 // Renderable A8 targets are not universally supported (e.g., not on ANGLE)
459 // We had a cache miss and we are in approx mode, relax the fit of the flags.
607 AutoRestoreEffects are; local
608 this->prepareToDraw(NULL, BUFFERED_DRAW, &are)->clear(rect, color, target);
654 /* create a triangle strip that strokes the specified triangle. There are 8
692 // we are keeping around the "tweak the alpha" trick because
771 AutoRestoreEffects are; local
772 GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are);
852 AutoRestoreEffects are; local
908 AutoRestoreEffects are; local
960 AutoRestoreEffects are; local
983 AutoRestoreEffects are; local
1066 AutoRestoreEffects are; local
    [all...]
  /external/skia/src/gpu/
GrGpu.cpp 297 GrDrawState::AutoRestoreEffects* are) {
298 if (!fClipMaskManager.setupClipping(this->getClip(), are)) {
333 // if popping last entry then pops are unbalanced with pushes
340 GrDrawState::AutoRestoreEffects are; local
343 &are)) {
356 GrDrawState::AutoRestoreEffects are; local
357 if (!this->setupClipAndFlushState(kStencilPath_DrawType, NULL, &are)) {
GrContext.cpp 187 // are now unusable
335 // texels in the resampled image are copies of texels from
424 // Renderable A8 targets are not universally supported (e.g., not on ANGLE)
459 // We had a cache miss and we are in approx mode, relax the fit of the flags.
607 AutoRestoreEffects are; local
608 this->prepareToDraw(NULL, BUFFERED_DRAW, &are)->clear(rect, color, target);
654 /* create a triangle strip that strokes the specified triangle. There are 8
692 // we are keeping around the "tweak the alpha" trick because
771 AutoRestoreEffects are; local
772 GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are);
852 AutoRestoreEffects are; local
908 AutoRestoreEffects are; local
960 AutoRestoreEffects are; local
983 AutoRestoreEffects are; local
1066 AutoRestoreEffects are; local
    [all...]

Completed in 182 milliseconds