HomeSort by relevance Sort by last modified time
    Searched refs:makeWrappedSurfaceContext (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/tests/
VkUploadPixelsTests.cpp 81 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(proxy);
112 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(proxy);
FloatingPointTextureTest.cpp 63 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
ReadWriteAlphaTest.cpp 76 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext(
200 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
CopySurfaceTest.cpp 89 context->contextPriv().makeWrappedSurfaceContext(std::move(dst));
PackedConfigsTextureTest.cpp 127 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
RectangleTextureTest.cpp 145 sk_sp<GrSurfaceContext> rectContext = context->contextPriv().makeWrappedSurfaceContext(
GrMipMappedTest.cpp 209 context->contextPriv().makeWrappedSurfaceContext(genProxy);
GrSurfaceTest.cpp 183 auto texCtx = context->contextPriv().makeWrappedSurfaceContext(
  /external/skqp/tests/
VkUploadPixelsTests.cpp 81 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(proxy);
112 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(proxy);
FloatingPointTextureTest.cpp 63 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
ReadWriteAlphaTest.cpp 70 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext(
181 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
CopySurfaceTest.cpp 89 context->contextPriv().makeWrappedSurfaceContext(std::move(dst));
PackedConfigsTextureTest.cpp 127 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
RectangleTextureTest.cpp 145 sk_sp<GrSurfaceContext> rectContext = context->contextPriv().makeWrappedSurfaceContext(
GrSurfaceTest.cpp 198 auto texCtx = context->contextPriv().makeWrappedSurfaceContext(
IntTextureTest.cpp 89 sContext = context->contextPriv().makeWrappedSurfaceContext(std::move(proxy));
  /external/skia/src/core/
SkDeferredDisplayListRecorder.cpp 104 sk_sp<GrSurfaceContext> c = fContext->contextPriv().makeWrappedSurfaceContext(
  /external/skqp/src/core/
SkDeferredDisplayListRecorder.cpp 96 sk_sp<GrSurfaceContext> c = fContext->contextPriv().makeWrappedSurfaceContext(
  /external/skqp/src/gpu/
GrContextPriv.h 34 sk_sp<GrSurfaceContext> makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy>,
  /external/skia/gm/
texdata.cpp 103 sk_sp<GrSurfaceContext> tContext = context->contextPriv().makeWrappedSurfaceContext(
  /external/skia/src/gpu/
GrContextPriv.h 35 sk_sp<GrSurfaceContext> makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy>,
  /external/skqp/gm/
texdata.cpp 102 sk_sp<GrSurfaceContext> tContext = context->contextPriv().makeWrappedSurfaceContext(
  /external/skia/src/gpu/text/
GrAtlasManager.cpp 142 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext(
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 243 fTexContext = fDesc.fContext->contextPriv().makeWrappedSurfaceContext(std::move(proxy));
  /external/skqp/src/gpu/effects/
GrTextureStripAtlas.cpp 234 fTexContext = fDesc.fContext->contextPriv().makeWrappedSurfaceContext(std::move(proxy));

Completed in 464 milliseconds

1 2