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

  /external/skia/src/gpu/
GrSurfaceProxy.cpp 111 GrSurface* surface, bool needsStencil) {
112 if (needsStencil) {
128 int sampleCnt, bool needsStencil,
184 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) {
213 if (this->asRenderTargetProxy()->needsStencil()) {
225 bool needsStencil, GrSurfaceDescFlags descFlags,
232 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil);
235 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, sampleCnt, needsStencil,
456 bool needsStencil = fProxy->asRenderTargetProxy()
457 ? fProxy->asRenderTargetProxy()->needsStencil()
    [all...]
GrClipStackClip.h 47 bool needsStencil);
GrSurfaceProxyPriv.h 69 bool needsStencil);
GrResourceAllocator.cpp 242 bool needsStencil) {
250 needsStencil)) {
276 needsStencil)) {
341 bool needsStencil = cur->proxy()->asRenderTargetProxy()
342 ? cur->proxy()->asRenderTargetProxy()->needsStencil()
347 fResourceProvider, cur->proxy()->peekSurface(), needsStencil)) {
384 } else if (sk_sp<GrSurface> surface = this->findSurfaceFor(cur->proxy(), needsStencil)) {
GrTextureRenderTargetProxy.cpp 86 if (!this->instantiateImpl(resourceProvider, this->numStencilSamples(), this->needsStencil(),
105 this->needsStencil(), kDescFlags,
GrOpList.cpp 180 bool needsStencil = proxy->asRenderTargetProxy()
181 ? proxy->asRenderTargetProxy()->needsStencil()
184 if (needsStencil) {
GrClipStackClip.cpp 98 bool needsStencil) {
118 needsStencil ? GrPathRendererChain::DrawType::kStencilAndColor
179 bool needsStencil = invert ||
183 renderTargetContext, translate, element, nullptr, needsStencil)) {
GrResourceAllocator.h 93 sk_sp<GrSurface> findSurfaceFor(const GrSurfaceProxy* proxy, bool needsStencil);
GrRenderTargetOpList.cpp 563 if (this->isEmpty() || (!fTarget.get()->asRenderTargetProxy()->needsStencil() && !fHasWaitOp)) {
GrRenderTargetContext.cpp     [all...]
  /external/skqp/src/gpu/
GrSurfaceProxy.cpp 114 GrSurface* surface, bool needsStencil) {
115 if (needsStencil) {
131 int sampleCnt, bool needsStencil,
187 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) {
216 if (this->asRenderTargetProxy()->needsStencil()) {
228 bool needsStencil, GrSurfaceDescFlags descFlags,
235 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil);
238 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, sampleCnt, needsStencil,
459 bool needsStencil = fProxy->asRenderTargetProxy()
460 ? fProxy->asRenderTargetProxy()->needsStencil()
    [all...]
GrClipStackClip.h 47 bool needsStencil);
GrSurfaceProxyPriv.h 70 bool needsStencil);
GrResourceAllocator.cpp 242 bool needsStencil) {
250 needsStencil)) {
276 needsStencil)) {
341 bool needsStencil = cur->proxy()->asRenderTargetProxy()
342 ? cur->proxy()->asRenderTargetProxy()->needsStencil()
347 fResourceProvider, cur->proxy()->peekSurface(), needsStencil)) {
384 } else if (sk_sp<GrSurface> surface = this->findSurfaceFor(cur->proxy(), needsStencil)) {
GrTextureRenderTargetProxy.cpp 86 if (!this->instantiateImpl(resourceProvider, this->numStencilSamples(), this->needsStencil(),
105 this->needsStencil(), kDescFlags,
GrOpList.cpp 180 bool needsStencil = proxy->asRenderTargetProxy()
181 ? proxy->asRenderTargetProxy()->needsStencil()
184 if (needsStencil) {
GrClipStackClip.cpp 97 bool needsStencil) {
117 needsStencil ? GrPathRendererChain::DrawType::kStencilAndColor
178 bool needsStencil = invert ||
182 renderTargetContext, translate, element, nullptr, needsStencil)) {
GrResourceAllocator.h 93 sk_sp<GrSurface> findSurfaceFor(const GrSurfaceProxy* proxy, bool needsStencil);
GrRenderTargetOpList.cpp 559 if (this->isEmpty() || !fTarget.get()->asRenderTargetProxy()->needsStencil()) {
GrRenderTargetContext.cpp     [all...]
  /external/skia/include/private/
GrRenderTargetProxy.h 41 bool needsStencil() const { return fNeedsStencil; }
GrSurfaceProxy.h 465 sk_sp<GrSurface> createSurfaceImpl(GrResourceProvider*, int sampleCnt, bool needsStencil,
468 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, bool needsStencil,
  /external/skqp/include/private/
GrRenderTargetProxy.h 41 bool needsStencil() const { return fNeedsStencil; }
GrSurfaceProxy.h 462 sk_sp<GrSurface> createSurfaceImpl(GrResourceProvider*, int sampleCnt, bool needsStencil,
465 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, bool needsStencil,

Completed in 1699 milliseconds