Home
last modified time | relevance | path

Searched refs:hasTextures (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp107 bool hasTextures = (programInfo.geomProc().numTextureSamplers() > 0); in bindPipeline() local
108 if (!hasTextures) { in bindPipeline()
109 programInfo.pipeline().visitProxies([&hasTextures](GrSurfaceProxy*, GrMipmapped) { in bindPipeline()
110 hasTextures = true; in bindPipeline()
113 fTextureBindingStatus = (hasTextures) ? in bindPipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.h184 bool hasTextures() const;
DProgramPipeline.cpp423 if (executable.hasTextures()) in updateHasBooleans()
DProgramExecutable.cpp734 bool ProgramExecutable::hasTextures() const in hasTextures() function in gl::ProgramExecutable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h122 bool hasTextures() const { return !mState.getSamplerBindings().empty(); } in hasTextures() function
DContextVk.cpp703 if (mProgram->hasTextures()) in handleDirtyTexturesImpl()
2117 if (mProgram->hasTextures()) in invalidateCurrentTextures()
DProgramVk.cpp1427 ASSERT(hasTextures()); in updateTexturesDescriptorSet()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp1782 if (executable->hasTextures()) in handleDirtyTexturesImpl()
4397 if (executable->hasTextures()) in invalidateCurrentTextures()
6635 executable->hasTextures()); in endRenderPassIfComputeReadAfterAttachmentWrite()
DProgramExecutableVk.cpp1722 if (!executable->hasTextures()) in updateTexturesDescriptorSet()