Searched defs:hasTextures (Results 1 – 4 of 4) sorted by relevance
105 bool hasTextures() const { return !fTextureDataBlock.empty(); } in hasTextures() function
115 bool hasTextures() const { return fFlags & Flags::kHasTextures; } in hasTextures() function
104 bool hasTextures = (programInfo.geomProc().numTextureSamplers() > 0); in bindPipeline() local
753 bool ProgramExecutable::hasTextures() const in hasTextures() function in gl::ProgramExecutable