Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h122 bool hasTextures() const { return !mState.getSamplerBindings().empty(); } in hasTextures() function
/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp107 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