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

  /external/skia/src/gpu/
GrContextPriv.cpp 339 bool canvas2DFastPath =
350 canvas2DFastPath) {
352 desc.fFlags = canvas2DFastPath ? kRenderTarget_GrSurfaceFlag : kNone_GrSurfaceFlags;
353 desc.fConfig = canvas2DFastPath ? kRGBA_8888_GrPixelConfig : srcProxy->config();
359 if (canvas2DFastPath) {
378 if (canvas2DFastPath) {
390 if (canvas2DFastPath) {
410 uint32_t flags = canvas2DFastPath ? 0 : pixelOpsFlags;
525 bool canvas2DFastPath =
539 canvas2DFastPath) {
    [all...]
  /external/skqp/src/gpu/
GrContext.cpp 430 bool canvas2DFastPath =
444 canvas2DFastPath) {
457 if (canvas2DFastPath) {
479 uint32_t flags = canvas2DFastPath ? 0 : pixelOpsFlags;
484 auto tmpColorType = canvas2DFastPath ? GrColorType::kRGBA_8888 : srcColorType;
489 if (canvas2DFastPath) {
625 bool canvas2DFastPath =
636 canvas2DFastPath) {
638 desc.fFlags = canvas2DFastPath ? kRenderTarget_GrSurfaceFlag : kNone_GrSurfaceFlags;
639 desc.fConfig = canvas2DFastPath ? kRGBA_8888_GrPixelConfig : srcProxy->config()
    [all...]

Completed in 3900 milliseconds