HomeSort by relevance Sort by last modified time
    Searched refs:asRenderTarget (Results 26 - 45 of 45) sorted by null

12

  /external/skia/src/image/
SkSurface_Gpu.cpp 169 SkAutoTUnref<SkGpuDevice> device(SkGpuDevice::Create(surface->asRenderTarget(), props,
SkImage_Gpu.cpp 271 SkAutoTUnref<GrDrawContext> drawContext(ctx->drawContext(dst->asRenderTarget()));
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 234 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget()));
SkAlphaThresholdFilter.cpp 310 context->drawContext(maskTexture->asRenderTarget()));
SkMorphologyImageFilter.cpp 562 context->drawContext(scratch->asRenderTarget()));
586 context->drawContext(scratch->asRenderTarget()));
SkDisplacementMapEffect.cpp 457 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget()));
SkBlurMaskFilter.cpp     [all...]
SkLightingImageFilter.cpp 447 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget()));
    [all...]
  /external/skia/src/gpu/
GrBlurUtils.cpp 127 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(mask->asRenderTarget()));
GrSWMaskHelper.cpp 257 SkASSERT(nullptr == texture->asRenderTarget());
GrLayerCache.cpp 472 fContext->drawContext(fAtlas->getTexture()->asRenderTarget()));
GrTextureParamsAdjuster.cpp 115 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(copy->asRenderTarget()));
SkGpuDevice.cpp 224 SkASSERT(nullptr != texture->asRenderTarget());
225 return texture->asRenderTarget();
    [all...]
  /external/skia/tests/
ClearTest.cpp 62 GrRenderTarget* rt = (*rtKeepAlive)->asRenderTarget();
TessellatingPathRendererTests.cpp 264 GrRenderTarget* rt = texture->asRenderTarget();
WritePixelsTest.cpp 418 SkAutoTUnref<SkSurface> surface(SkSurface::NewRenderTargetDirect(texture->asRenderTarget()));
ReadPixelsTest.cpp 400 SkAutoTUnref<SkSurface> surface(SkSurface::NewRenderTargetDirect(surfaceTexture->asRenderTarget()));
SurfaceTest.cpp 441 SkSurface::NewRenderTargetDirect(texture->asRenderTarget()));
    [all...]
  /external/skia/src/core/
SkImageFilter.cpp 353 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget()));

Completed in 3515 milliseconds

12