Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp112 bool hasTextures = (programInfo.geomProc().numTextureSamplers() > 0); in bindPipeline() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp734 bool ProgramExecutable::hasTextures() const in hasTextures() function in gl::ProgramExecutable