Home
last modified time | relevance | path

Searched refs:hasGraphicsImages (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DProgramExecutable.h220 bool hasGraphicsImages() const;
DProgramExecutable.cpp708 return (isCompute() ? hasComputeImages() : hasGraphicsImages()); in hasImages()
711 bool ProgramExecutable::hasGraphicsImages() const in hasGraphicsImages() function in gl::ProgramExecutable
DProgramPipeline.cpp447 if (executable.hasGraphicsImages()) in updateHasBooleans()