/external/skia/src/image/ |
SkSurface_Gpu.cpp | 8 #include "SkSurface_Gpu.h" 31 SkSurface_Gpu::SkSurface_Gpu(sk_sp<SkGpuDevice> device) 37 SkSurface_Gpu::~SkSurface_Gpu() { 40 static GrRenderTarget* prepare_rt_for_external_access(SkSurface_Gpu* surface, 59 GrBackendTexture SkSurface_Gpu::onGetBackendTexture(BackendHandleAccess access) { 71 GrBackendRenderTarget SkSurface_Gpu::onGetBackendRenderTarget(BackendHandleAccess access) { 80 SkCanvas* SkSurface_Gpu::onNewCanvas() { return new SkCanvas(fDevice); } 82 sk_sp<SkSurface> SkSurface_Gpu::onNewSurface(const SkImageInfo& info) [all...] |
SkSurface_Gpu.h | 18 class SkSurface_Gpu : public SkSurface_Base { 20 SkSurface_Gpu(sk_sp<SkGpuDevice>); 21 ~SkSurface_Gpu() override;
|
/external/skqp/src/image/ |
SkSurface_Gpu.cpp | 8 #include "SkSurface_Gpu.h" 27 SkSurface_Gpu::SkSurface_Gpu(sk_sp<SkGpuDevice> device) 33 SkSurface_Gpu::~SkSurface_Gpu() { 36 static GrRenderTarget* prepare_rt_for_external_access(SkSurface_Gpu* surface, 54 GrBackendTexture SkSurface_Gpu::onGetBackendTexture(BackendHandleAccess access) { 66 GrBackendRenderTarget SkSurface_Gpu::onGetBackendRenderTarget(BackendHandleAccess access) { 75 SkCanvas* SkSurface_Gpu::onNewCanvas() { return new SkCanvas(fDevice); } 77 sk_sp<SkSurface> SkSurface_Gpu::onNewSurface(const SkImageInfo& info) [all...] |
SkSurface_Gpu.h | 18 class SkSurface_Gpu : public SkSurface_Base { 20 SkSurface_Gpu(sk_sp<SkGpuDevice>); 21 ~SkSurface_Gpu() override;
|
/external/skia/src/gpu/ |
GrContextThreadSafeProxy.cpp | 15 #include "SkSurface_Gpu.h" 55 if (!SkSurface_Gpu::Valid(this->caps(), config, ii.colorSpace())) {
|
SkGpuDevice.h | 260 friend class SkSurface_Gpu; // for access to surfaceProps
|
GrDrawingManager.cpp | 32 #include "SkSurface_Gpu.h" 780 if (!SkSurface_Gpu::Valid(fContext->priv().caps(), sProxy->config(), colorSpace.get())) { 802 if (!SkSurface_Gpu::Valid(fContext->priv().caps(), sProxy->config(), colorSpace.get())) {
|
/external/skqp/src/gpu/ |
GrContextThreadSafeProxy.cpp | 15 #include "SkSurface_Gpu.h" 58 if (!SkSurface_Gpu::Valid(fCaps.get(), config, ii.colorSpace())) {
|
SkGpuDevice.h | 255 friend class SkSurface_Gpu; // for access to surfaceProps
|
GrDrawingManager.cpp | 30 #include "SkSurface_Gpu.h" 712 if (!SkSurface_Gpu::Valid(fContext->contextPriv().caps(), sProxy->config(), colorSpace.get())) { 735 if (!SkSurface_Gpu::Valid(fContext->contextPriv().caps(), sProxy->config(), colorSpace.get())) {
|
/external/skia/src/compute/sk/ |
SkSurface_Compute.cpp | 27 #include "SkSurface_Gpu.h" 178 if (!SkSurface_Gpu::Valid(grContext,desc.fConfig,colorSpace.get())) {
|
/external/skqp/src/compute/sk/ |
SkSurface_Compute.cpp | 27 #include "SkSurface_Gpu.h" 178 if (!SkSurface_Gpu::Valid(grContext,desc.fConfig,colorSpace.get())) {
|
/external/skia/tests/ |
DeferredDisplayListTest.cpp | 40 #include "SkSurface_Gpu.h" 329 SkSurface_Gpu* gpuSurf = static_cast<SkSurface_Gpu*>(s.get()); 555 SkSurface_Gpu* g = static_cast<SkSurface_Gpu*>(s.get()); 837 SkSurface_Gpu* gpuSurface = static_cast<SkSurface_Gpu*>(s.get()); 849 gpuSurface = static_cast<SkSurface_Gpu*>(s.get());
|
GrMipMappedTest.cpp | 25 #include "SkSurface_Gpu.h" 59 SkGpuDevice* device = ((SkSurface_Gpu*)surface.get())->getDevice(); 257 SkGpuDevice* device = ((SkSurface_Gpu*)surface.get())->getDevice();
|
SurfaceTest.cpp | 26 #include "SkSurface_Gpu.h" 142 auto* rtc = ((SkSurface_Gpu*)(surf.get()))->getDevice()->accessRenderTargetContext(); 158 auto* rtc = ((SkSurface_Gpu*)(surf.get()))->getDevice()->accessRenderTargetContext(); 213 int sampleCnt = ((SkSurface_Gpu*)(surf.get())) 529 SkSurface_Gpu* gsurf = (SkSurface_Gpu*)surf.get(); [all...] |
/external/skqp/tests/ |
DeferredDisplayListTest.cpp | 40 #include "SkSurface_Gpu.h" 537 SkSurface_Gpu* gpuSurf = static_cast<SkSurface_Gpu*>(s.get()); 764 SkSurface_Gpu* g = static_cast<SkSurface_Gpu*>(s.get()); [all...] |
GrMipMappedTest.cpp | 25 #include "SkSurface_Gpu.h" 59 SkGpuDevice* device = ((SkSurface_Gpu*)surface.get())->getDevice(); 257 SkGpuDevice* device = ((SkSurface_Gpu*)surface.get())->getDevice();
|
SurfaceTest.cpp | 26 #include "SkSurface_Gpu.h" 142 auto* rtc = ((SkSurface_Gpu*)(surf.get()))->getDevice()->accessRenderTargetContext(); 158 auto* rtc = ((SkSurface_Gpu*)(surf.get()))->getDevice()->accessRenderTargetContext(); 213 int sampleCnt = ((SkSurface_Gpu*)(surf.get())) 529 SkSurface_Gpu* gsurf = (SkSurface_Gpu*)surf.get(); [all...] |
/external/skia/include/core/ |
SkSurfaceCharacterization.h | 88 friend class SkSurface_Gpu; // for 'set' & 'config'
|
SkCanvas.h | [all...] |
/external/skqp/include/core/ |
SkSurfaceCharacterization.h | 88 friend class SkSurface_Gpu; // for 'set' & 'config'
|
/external/skia/include/gpu/ |
GrBackendSurface.h | 343 friend class SkSurface_Gpu;
|
/external/skia/src/core/ |
SkDeferredDisplayListRecorder.cpp | 68 #include "SkSurface_Gpu.h" 185 fSurface = SkSurface_Gpu::MakeWrappedRenderTarget(fContext.get(),
|
/external/skqp/include/gpu/ |
GrBackendSurface.h | 341 friend class SkSurface_Gpu;
|
/external/skqp/src/core/ |
SkDeferredDisplayListRecorder.cpp | 70 #include "SkSurface_Gpu.h" 174 fSurface = SkSurface_Gpu::MakeWrappedRenderTarget(fContext.get(),
|