Lines Matching defs:surface
224 // Create the surface with the current set of parameters
258 sk_sp<SkSurface> surface;
260 surface = sk_gpu_test::MakeBackendTextureSurface(dContext,
270 // Create a surface w/ the current parameters but make it non-textureable
272 surface = sk_gpu_test::MakeBackendRenderTargetSurface(dContext,
282 if (!surface) {
288 surface->getBackendTexture(SkSurface::kFlushRead_BackendHandleAccess);
293 SkASSERT(surface->isCompatible(c));
294 return surface;
411 // Then, alter each parameter in turn and check that the DDL & surface are incompatible
561 // The default params create a renderable RGBA8 surface
599 // The default params create a non-FBO0 surface
619 // Test out the surface compatibility checks regarding FBO0-ness. This test constructs
774 // If we couldn't characterize the surface we shouldn't be able to create it either
906 // never calling getCanvas means the backing surface is never allocated
997 // are made protected we can't have a protected surface.