Searched refs:getGpuGL (Results 1 – 8 of 8) sorted by relevance
18 fImpl.release(this->getGpuGL()); in onRelease()32 return fImpl.lock(this->getGpuGL()); in lock()44 fImpl.unlock(this->getGpuGL()); in unlock()54 return fImpl.updateData(this->getGpuGL(), src, srcSizeInBytes); in updateData()
18 fImpl.release(this->getGpuGL()); in onRelease()31 return fImpl.lock(this->getGpuGL()); in lock()43 fImpl.unlock(this->getGpuGL()); in unlock()53 return fImpl.updateData(this->getGpuGL(), src, srcSizeInBytes); in updateData()
30 fImpl.bind(this->getGpuGL()); in bind()47 GrGpuGL* getGpuGL() const { in getGpuGL() function