Home
last modified time | relevance | path

Searched refs:kMixedSampled (Results 1 – 5 of 5) sorted by relevance

/external/skqp/include/private/
DGrRenderTargetProxy.h97 fSurfaceFlags |= GrInternalSurfaceFlags::kMixedSampled; in setHasMixedSamples()
99 bool hasMixedSamples() const { return fSurfaceFlags & GrInternalSurfaceFlags::kMixedSampled; } in hasMixedSamples()
DGrTypesPriv.h883 kMixedSampled = 1 << 2, enumerator
888 kRenderTargetMask = kMixedSampled | kGLRTFBOIDIs0,
/external/skqp/include/gpu/
DGrSurface.h77 fSurfaceFlags |= GrInternalSurfaceFlags::kMixedSampled; in setHasMixedSamples()
79 bool hasMixedSamples() const { return fSurfaceFlags & GrInternalSurfaceFlags::kMixedSampled; } in hasMixedSamples()
/external/skqp/src/gpu/
DGrProxyProvider.cpp225 surfaceFlags |= GrInternalSurfaceFlags::kMixedSampled; in createTextureProxy()
639 if (SkToBool(surfaceFlags & GrInternalSurfaceFlags::kMixedSampled)) { in createLazyProxy()
667 if (SkToBool(surfaceFlags & GrInternalSurfaceFlags::kMixedSampled)) { in createLazyRenderTargetProxy()
/external/skqp/src/core/
DSkDeferredDisplayListRecorder.cpp136 surfaceFlags |= GrInternalSurfaceFlags::kMixedSampled; in init()