Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramExecutable.cpp141 bool ProgramExecutable::hasAtomicCounterBuffers() const in hasAtomicCounterBuffers() function in gl::ProgramExecutable
DProgramPipeline.cpp175 bool ProgramPipelineState::hasAtomicCounterBuffers() const in hasAtomicCounterBuffers() function in gl::ProgramPipelineState
DProgram.h343 bool hasAtomicCounterBuffers() const { return !getAtomicCounterBuffers().empty(); } in hasAtomicCounterBuffers() function