Home | History | Annotate | Download | only in gpu

Lines Matching refs:BufferAccess

67     class BufferAccess;
93 const BufferAccess& bufferAccess(int index) const { return *fBufferAccesses[index]; }
136 * TextureSampler and/or BufferAccess instances are typically member fields of the GrProcessor
140 void addBufferAccess(const BufferAccess*);
187 SkSTArray<1, const BufferAccess*, true> fBufferAccesses;
264 class GrProcessor::BufferAccess : public SkNoncopyable {
266 BufferAccess() = default;
267 BufferAccess(GrPixelConfig texelConfig, GrBuffer* buffer,
281 bool operator==(const BufferAccess& that) const {
287 bool operator!=(const BufferAccess& that) const { return !(*this == that); }