Searched refs:getGpuGL (Results 1 – 4 of 4) sorted by relevance
19 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()
29 fImpl.bind(this->getGpuGL()); in bind()42 GrGLGpu* getGpuGL() const { in getGpuGL() function