Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrOpsRenderPass.cpp113 bool hasTextures = (programInfo.geomProc().numTextureSamplers() > 0); in bindPipeline() local
/external/skia/src/gpu/graphite/
DRenderer.h149 bool hasTextures() const { return SkToBool(fFlags & Flags::kHasTextures); } in hasTextures() function
DPipelineData.h287 bool hasTextures() const { return !fTextures.empty(); } in hasTextures() function
/external/angle/src/libANGLE/
DProgramExecutable.h335 bool hasTextures() const { return !getSamplerBindings().empty(); } in hasTextures() function