Home
last modified time | relevance | path

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

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