Home
last modified time | relevance | path

Searched defs:hasTextures (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrOpsRenderPass.cpp107 bool hasTextures = (programInfo.geomProc().numTextureSamplers() > 0); in bindPipeline() local
/external/angle/src/libANGLE/
DProgramExecutable.cpp670 bool ProgramExecutable::hasTextures() const in hasTextures() function in gl::ProgramExecutable