Home
last modified time | relevance | path

Searched refs:makeBackendSurfaceContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DEGLImageTest.cpp138 sk_sp<GrSurfaceContext> surfaceContext = context0->contextPriv().makeBackendSurfaceContext( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
151 sk_sp<GrSurfaceContext> temp = context0->contextPriv().makeBackendSurfaceContext( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
162 sk_sp<GrSurfaceContext> temp = context0->contextPriv().makeBackendSurfaceContext( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrContextPriv.h42 sk_sp<GrSurfaceContext> makeBackendSurfaceContext(const GrBackendTextureDesc& desc,
DGrContext.cpp639 sk_sp<GrSurfaceContext> GrContextPriv::makeBackendSurfaceContext(const GrBackendTextureDesc& desc, in makeBackendSurfaceContext() function in GrContextPriv