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

  /external/skqp/src/image/
SkSurface.cpp 255 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
261 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
SkSurface_Gpu.cpp 292 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext* context, const GrBackendTexture& tex,
351 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext* context, const GrBackendTexture& tex,
366 return MakeFromBackendTexture(context, texCopy, origin, sampleCnt, colorSpace, props);
  /external/skia/src/image/
SkSurface.cpp 280 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
286 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
SkSurface_Gpu.cpp 321 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext* context, const GrBackendTexture& tex,
378 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext* context, const GrBackendTexture& tex,
393 return MakeFromBackendTexture(context, texCopy, origin, sampleCnt, colorSpace, props);

Completed in 138 milliseconds