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

  /external/skia/tests/
CopySurfaceTest.cpp 74 GrSurfaceDesc dstDesc = baseDesc;
75 dstDesc.fOrigin = dOrigin;
76 dstDesc.fFlags = dFlags;
81 dstDesc, SkBudgeted::kNo, dstPixels.get(), kRowBytes);
  /external/skqp/tests/
CopySurfaceTest.cpp 74 GrSurfaceDesc dstDesc = baseDesc;
75 dstDesc.fOrigin = dOrigin;
76 dstDesc.fFlags = dFlags;
81 dstDesc, SkBudgeted::kNo, dstPixels.get(), kRowBytes);
  /external/skia/src/gpu/
GrSurfaceProxy.cpp 302 GrSurfaceDesc dstDesc;
303 dstDesc.fOrigin = src->origin();
304 dstDesc.fWidth = srcRect.width();
305 dstDesc.fHeight = srcRect.height();
306 dstDesc.fConfig = src->config();
314 if (GrPixelConfigIsSRGB(dstDesc.fConfig)) {
318 dstDesc, mipMapped, SkBackingFit::kExact, budgeted, std::move(colorSpace)));
336 sk_sp<GrSurfaceContext> GrSurfaceProxy::TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc,
340 dstDesc,
  /external/skqp/src/gpu/
GrSurfaceProxy.cpp 274 GrSurfaceDesc dstDesc;
275 dstDesc.fOrigin = src->origin();
276 dstDesc.fWidth = srcRect.width();
277 dstDesc.fHeight = srcRect.height();
278 dstDesc.fConfig = src->config();
281 dstDesc,
302 sk_sp<GrSurfaceContext> GrSurfaceProxy::TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc,
306 dstDesc,
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 418 milliseconds