HomeSort by relevance Sort by last modified time
    Searched full:sk_sp (Results 451 - 475 of 2633) sorted by null

<<11121314151617181920>>

  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.h 21 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
30 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
38 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
49 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix,
  /external/skia/src/gpu/mtl/
GrMtlTrampoline.mm 12 sk_sp<GrGpu> GrMtlTrampoline::MakeGpu(GrContext* context,
  /external/skia/src/gpu/ops/
GrDashLinePathRenderer.h 25 sk_sp<GrGpu> fGpu;
  /external/skia/src/gpu/vk/
GrVkGpu.h 41 static sk_sp<GrGpu> Make(GrBackendContext backendContext, const GrContextOptions&, GrContext*);
42 static sk_sp<GrGpu> Make(sk_sp<const GrVkBackendContext>, const GrContextOptions&, GrContext*);
123 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
124 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
127 void insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) override;
128 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override;
130 sk_sp<GrSemaphore> prepareTextureForCrossContextUsage(GrTexture*) override;
161 GrVkGpu(GrContext*, const GrContextOptions&, sk_sp<const GrVkBackendContext> backendContext);
167 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted
    [all...]
GrVkSemaphore.cpp 21 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(const GrVkGpu* gpu, bool isOwned) {
31 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, false, false, isOwned));
34 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu,
43 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, prohibitSignal, prohibitWait,
  /external/skia/src/pdf/
SkPDFGraphicState.h 31 sk_sp<SkPDFDict> GetGraphicStateForPaint(SkPDFCanon*, const SkPaint&);
40 sk_sp<SkPDFDict> GetSMaskGraphicState(sk_sp<SkPDFObject> sMask,
45 sk_sp<SkPDFStream> MakeInvertFunction();
  /external/skia/tools/
Resources.cpp 22 sk_sp<SkData> (*gResourceFactory)(const char*) = nullptr;
32 bool DecodeDataToBitmap(sk_sp<SkData> data, SkBitmap* dst) {
45 sk_sp<SkData> GetResourceAsData(const char* resource) {
60 sk_sp<SkTypeface> MakeResourceAsTypeface(const char* resource) {
  /external/skqp/debugger/QT/
SkDrawCommandGeometryWidget.h 32 sk_sp<SkSurface> fSurface;
SkRasterWidget.h 35 sk_sp<SkSurface> fSurface;
  /external/skqp/include/core/
SkColorSpaceXformCanvas.h 18 sk_sp<SkColorSpace> targetCS);
  /external/skqp/include/effects/
SkBlurDrawLooper.h 19 sk_sp<SkDrawLooper> SK_API Make(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy);
  /external/skqp/include/ports/
SkFontMgr_directory.h 19 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Custom_Directory(const char* dir);
SkFontMgr_empty.h 19 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Custom_Empty();
SkFontMgr_fontconfig.h 20 SK_API sk_sp<SkFontMgr> SkFontMgr_New_FontConfig(FcConfig* fc);
  /external/skqp/src/core/
SkColorSpace_A2B.cpp 11 PCS pcs, sk_sp<SkData> profileData)
  /external/skqp/src/gpu/effects/
GrSimpleTextureEffect.h 21 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
30 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
38 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
49 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix,
  /external/skqp/src/gpu/mtl/
GrMtlTrampoline.mm 12 sk_sp<GrGpu> GrMtlTrampoline::MakeGpu(GrContext* context,
  /external/skqp/src/gpu/ops/
GrDashLinePathRenderer.h 25 sk_sp<GrGpu> fGpu;
  /external/skqp/src/gpu/vk/
GrVkGpu.h 41 static sk_sp<GrGpu> Make(GrBackendContext backendContext, const GrContextOptions&, GrContext*);
42 static sk_sp<GrGpu> Make(sk_sp<const GrVkBackendContext>, const GrContextOptions&, GrContext*);
139 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
140 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
143 void insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) override;
144 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override;
146 sk_sp<GrSemaphore> prepareTextureForCrossContextUsage(GrTexture*) override;
177 GrVkGpu(GrContext*, const GrContextOptions&, sk_sp<const GrVkBackendContext> backendContext);
183 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted
    [all...]
GrVkSemaphore.cpp 21 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(const GrVkGpu* gpu, bool isOwned) {
31 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, false, false, isOwned));
34 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu,
43 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, prohibitSignal, prohibitWait,
  /external/skqp/src/pdf/
SkPDFGraphicState.h 31 sk_sp<SkPDFDict> GetGraphicStateForPaint(SkPDFCanon*, const SkPaint&);
40 sk_sp<SkPDFDict> GetSMaskGraphicState(sk_sp<SkPDFObject> sMask,
45 sk_sp<SkPDFStream> MakeInvertFunction();
  /external/skqp/tools/
Resources.cpp 22 sk_sp<SkData> (*gResourceFactory)(const char*) = nullptr;
32 bool DecodeDataToBitmap(sk_sp<SkData> data, SkBitmap* dst) {
45 sk_sp<SkData> GetResourceAsData(const char* resource) {
60 sk_sp<SkTypeface> MakeResourceAsTypeface(const char* resource) {
  /frameworks/base/libs/hwui/
Layer.cpp 26 Layer::Layer(RenderState& renderState, Api api, sk_sp<SkColorFilter> colorFilter, int alpha,
45 void Layer::setColorFilter(sk_sp<SkColorFilter> filter) {
60 sk_sp<SkColorFilter> colorSpaceFilter;
61 sk_sp<SkColorSpace> colorSpace = DataSpaceToColorSpace(mCurrentDataspace);
  /external/skia/src/gpu/
GrResourceProvider.cpp 64 sk_sp<GrTexture> GrResourceProvider::createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
80 sk_sp<GrTexture> tex(fGpu->createTexture(desc, budgeted, texels, mipLevelCount));
88 sk_sp<GrTexture> GrResourceProvider::getExactScratch(const GrSurfaceDesc& desc,
90 sk_sp<GrTexture> tex(this->refScratchTexture(desc, flags));
98 sk_sp<GrTexture> GrResourceProvider::createTexture(const GrSurfaceDesc& desc,
123 sk_sp<GrTextureProxy> proxy = proxyProvider->createInstantiatedProxy(desc,
134 sk_sp<SkColorSpace> colorSpace;
140 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
152 sk_sp<GrTexture> GrResourceProvider::createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
163 sk_sp<GrTexture> tex = this->getExactScratch(desc, budgeted, flags)
    [all...]
  /external/skia/src/image/
SkSurface_Gpu.cpp 27 SkSurface_Gpu::SkSurface_Gpu(sk_sp<SkGpuDevice> device)
82 sk_sp<SkSurface> SkSurface_Gpu::onNewSurface(const SkImageInfo& info) {
91 sk_sp<SkImage> SkSurface_Gpu::onNewImageSnapshot() {
105 sk_sp<GrTextureProxy> srcProxy = rtc->asTextureProxyRef();
116 sk_sp<SkImage> image;
140 sk_sp<SkImage> image(this->refCachedImage());
278 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext* ctx, SkBudgeted budgeted,
295 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(
304 sk_sp<SkSurface> SkSurface_Gpu::MakeWrappedRenderTarget(GrContext* context,
305 sk_sp<GrRenderTargetContext> rtc)
    [all...]

Completed in 881 milliseconds

<<11121314151617181920>>