Searched refs:hasComputeStorageBuffers (Results 1 – 3 of 3) sorted by relevance
217 bool hasComputeStorageBuffers() const;
686 return (isCompute() ? hasComputeStorageBuffers() : hasGraphicsStorageBuffers()); in hasStorageBuffers()694 bool ProgramExecutable::hasComputeStorageBuffers() const in hasComputeStorageBuffers() function in gl::ProgramExecutable
463 if (executable.hasComputeStorageBuffers()) in updateHasBooleans()