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