Lines Matching refs:GrGLenum
21 return static_cast<GrGLenum>(GR_GL_NO_ERROR); \
54 inline static GrGLenum gr_to_gl_access_pattern(GrGpuBufferType bufferType, in gr_to_gl_access_pattern()
114 GrGLenum target = gpu->bindBuffer(fIntendedType, this); in GrGLBuffer()
115 GrGLenum error = GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)size, data, fUsage)); in GrGLBuffer()
179 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
183 GrGLenum error = in onMap()
194 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
197 GrGLenum error = GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap()
216 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
219 GrGLenum error = GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap()
248 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onUnmap()
273 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onUpdateData()
277 GrGLenum error = in onUpdateData()
290 GrGLenum error = in onUpdateData()
302 GrGLenum error = in onUpdateData()