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

  /external/skia/src/image/
SkSurface_Gpu.cpp 59 return SkSurface::NewRenderTarget(fDevice->context(), info, sampleCount);
111 SkSurface* SkSurface::NewRenderTarget(GrContext* ctx, const SkImageInfo& info, int sampleCount,
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 81 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
84 static SkSurface* NewRenderTarget(GrContext* gr, const SkImageInfo& info) {
85 return NewRenderTarget(gr, info, 0, NULL);
109 * Text rendering modes that can be passed to NewRenderTarget*
122 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 184 SkSurface* SkSurface::NewRenderTarget(GrContext* gr, const SkImageInfo& info, int sampleCount,
187 return NewRenderTarget(gr, info, sampleCount, &props);
204 SkSurface* SkSurface::NewRenderTarget(GrContext*, const SkImageInfo&, int, const SkSurfaceProps*) {
SkSurface_Gpu.cpp 65 return SkSurface::NewRenderTarget(fDevice->context(), info, sampleCount, &this->props());
117 SkSurface* SkSurface::NewRenderTarget(GrContext* ctx, const SkImageInfo& info, int sampleCount,

Completed in 2569 milliseconds