Home
last modified time | relevance | path

Searched defs:gpuSurface (Results 1 – 9 of 9) sorted by relevance

/external/skia/docs/examples/
DSurface_MakeFromBackendTexture.cpp21 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(direct, in draw() local
DSurface_MakeRenderTarget_3.cpp15 auto gpuSurface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info)); in draw() local
DSurface_MakeRenderTarget.cpp17 auto gpuSurface(SkSurface::MakeRenderTarget(dContext, SkBudgeted::kNo, info, 0, in draw() local
DSurface_characterize.cpp14 sk_sp<SkSurface> gpuSurface = SkSurface::MakeRenderTarget( in draw() local
/external/skqp/tools/sk_app/ios/
DRasterWindowContext_ios.cpp105 sk_sp<SkSurface> gpuSurface = INHERITED::getBackbufferSurface(); in onSwapBuffers() local
/external/skqp/tests/
DPinnedImageTest.cpp49 sk_sp<SkSurface> gpuSurface = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, ii); in basic_test() local
DDeferredDisplayListTest.cpp1057 SkSurface_Gpu* gpuSurface = static_cast<SkSurface_Gpu*>(s.get()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/external/skia/tests/
DPinnedImageTest.cpp51 sk_sp<SkSurface> gpuSurface = SkSurface::MakeRenderTarget(rContext, SkBudgeted::kYes, ii); in basic_test() local
/external/skqp/src/image/
DSkSurface_Gpu.cpp333 SkSurface_Gpu* gpuSurface = static_cast<SkSurface_Gpu*>(s.get()); in MakeRenderTarget() local