Home
last modified time | relevance | path

Searched refs:getGpuGL (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLIndexBuffer.cpp19 fImpl.release(this->getGpuGL()); in onRelease()
32 return fImpl.map(this->getGpuGL()); in onMap()
40 fImpl.unmap(this->getGpuGL()); in onUnmap()
46 return fImpl.updateData(this->getGpuGL(), src, srcSizeInBytes); in onUpdateData()
DGrGLVertexBuffer.cpp19 fImpl.release(this->getGpuGL()); in onRelease()
32 return fImpl.map(this->getGpuGL()); in onMap()
40 fImpl.unmap(this->getGpuGL()); in onUnmap()
46 return fImpl.updateData(this->getGpuGL(), src, srcSizeInBytes); in onUpdateData()
DGrGLIndexBuffer.h29 fImpl.bind(this->getGpuGL()); in bind()
42 GrGLGpu* getGpuGL() const { in getGpuGL() function
DGrGLVertexBuffer.h29 fImpl.bind(this->getGpuGL()); in bind()
42 GrGLGpu* getGpuGL() const { in getGpuGL() function