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

  /external/skia/tools/fiddle/
draw.cpp 48 sk_sp<SkSurface> tmp3 = SkSurface::MakeFromBackendRenderTarget(context,
  /external/skqp/tools/fiddle/
draw.cpp 48 sk_sp<SkSurface> tmp3 = SkSurface::MakeFromBackendRenderTarget(context,
  /external/skia/tools/sk_app/
GLWindowContext.cpp 73 fSurface = SkSurface::MakeFromBackendRenderTarget(fContext.get(), backendRT,
  /external/skqp/tools/sk_app/
GLWindowContext.cpp 73 fSurface = SkSurface::MakeFromBackendRenderTarget(fContext.get(), backendRT,
  /external/skia/debugger/QT/
SkGLWidget.cpp 65 fGpuSurface = SkSurface::MakeFromBackendRenderTarget(fCurContext.get(), backendRenderTarget,
  /external/skqp/debugger/QT/
SkGLWidget.cpp 65 fGpuSurface = SkSurface::MakeFromBackendRenderTarget(fCurContext.get(), backendRenderTarget,
  /external/skia/include/core/
SkSurface.h 240 static sk_sp<SkSurface> MakeFromBackendRenderTarget(GrContext* context,
270 static sk_sp<SkSurface> MakeFromBackendRenderTarget(GrContext* context,
    [all...]
  /external/skqp/include/core/
SkSurface.h 121 static sk_sp<SkSurface> MakeFromBackendRenderTarget(GrContext* context,
134 static sk_sp<SkSurface> MakeFromBackendRenderTarget(GrContext* context,
  /external/skqp/src/image/
SkSurface.cpp 268 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
276 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
SkSurface_Gpu.cpp 369 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext* context,
421 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext* context,
435 return MakeFromBackendRenderTarget(context, rtCopy, origin, colorSpace, props);
  /external/skia/src/image/
SkSurface.cpp 293 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
301 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
SkSurface_Gpu.cpp 396 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext* context,
452 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext* context,
466 return MakeFromBackendRenderTarget(context, rtCopy, origin, colorSpace, props);
  /external/skia/example/
SkiaSDLExample.cpp 233 sk_sp<SkSurface> surface(SkSurface::MakeFromBackendRenderTarget(grContext.get(), target,
  /external/skqp/example/
SkiaSDLExample.cpp 233 sk_sp<SkSurface> surface(SkSurface::MakeFromBackendRenderTarget(grContext.get(), target,
  /external/skqp/experimental/GLFWTest/
glfw_main.cpp 51 sSurface = SkSurface::MakeFromBackendRenderTarget(sContext, backendRenderTarget,
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.cpp 83 sk_sp<SkSurface> surface(SkSurface::MakeFromBackendRenderTarget(
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 322 imageInfo.mSurface = SkSurface::MakeFromBackendRenderTarget(

Completed in 935 milliseconds