Home
last modified time | relevance | path

Searched refs:hasTextures (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
H A DGrOpsRenderPass.cpp112 bool hasTextures = (programInfo.geomProc().numTextureSamplers() > 0); in bindPipeline() local
113 if (!hasTextures) { in bindPipeline()
114 programInfo.pipeline().visitProxies([&hasTextures](GrSurfaceProxy*, GrMipmapped) { in bindPipeline()
115 hasTextures = true; in bindPipeline()
118 fTextureBindingStatus = (hasTextures) ? in bindPipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramExecutable.h184 bool hasTextures() const;
H A DProgramPipeline.cpp423 if (executable.hasTextures()) in updateHasBooleans()
H A DProgramExecutable.cpp734 bool ProgramExecutable::hasTextures() const
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1782 if (executable->hasTextures()) in handleDirtyTexturesImpl()
4397 if (executable->hasTextures()) in invalidateCurrentTextures()
6635 executable->hasTextures());
H A DProgramExecutableVk.cpp1722 if (!executable->hasTextures()) in updateTexturesDescriptorSet()

Completed in 16 milliseconds