HomeSort by relevance Sort by last modified time
    Searched refs:surfaceContext (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrSurfaceContextPriv.h 21 explicit GrSurfaceContextPriv(GrSurfaceContext* surfaceContext)
22 : fSurfaceContext(surfaceContext) {
  /external/skqp/src/gpu/
GrSurfaceContextPriv.h 21 explicit GrSurfaceContextPriv(GrSurfaceContext* surfaceContext)
22 : fSurfaceContext(surfaceContext) {
  /external/skia/tests/
SRGBReadWritePixelsTest.cpp 207 auto surfaceContext = context->contextPriv().makeDeferredSurfaceContext(
210 if (!surfaceContext) {
213 return surfaceContext;
219 auto surfaceContext = make_surface_context(contextEncoding, context, reporter);
220 if (!surfaceContext) {
226 if (surfaceContext->writePixels(writeII, data.get(), 0, 0, 0)) {
236 auto surfaceContext = make_surface_context(contextEncoding, context, reporter);
237 if (!surfaceContext) {
243 if (!surfaceContext->writePixels(writeII, data.get(), 0, 0, 0)) {
254 read_and_check_pixels(reporter, surfaceContext.get(), data.get(), readII, check, error
    [all...]
EGLImageTest.cpp 153 sk_sp<GrTextureContext> surfaceContext = context0->contextPriv().makeBackendTextureContext(
156 if (!surfaceContext) {
172 test_read_pixels(reporter, surfaceContext.get(), pixels.get(), "EGLImageTest-read");
175 test_write_pixels(reporter, surfaceContext.get(), false, "EGLImageTest-write");
179 test_copy_from_surface(reporter, context0, surfaceContext->asSurfaceProxy(),
  /external/skqp/tests/
EGLImageTest.cpp 153 sk_sp<GrTextureContext> surfaceContext = context0->contextPriv().makeBackendTextureContext(
156 if (!surfaceContext) {
172 test_read_pixels(reporter, surfaceContext.get(), pixels.get(), "EGLImageTest-read");
175 test_write_pixels(reporter, surfaceContext.get(), false, "EGLImageTest-write");
179 test_copy_from_surface(reporter, context0, surfaceContext->asSurfaceProxy(),

Completed in 184 milliseconds