Searched defs:hasTextures (Results 1 – 4 of 4) sorted by relevance
115 bool hasTextures() const { return SkToBool(fFlags & Flags::kHasTextures); } in hasTextures() function
287 bool hasTextures() const { return !fTextures.empty(); } in hasTextures() function
113 bool hasTextures = (programInfo.geomProc().numTextureSamplers() > 0); in bindPipeline() local
335 bool hasTextures() const { return !getSamplerBindings().empty(); } in hasTextures() function