Searched refs:getGpuGL (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp18 fImpl.release(this->getGpuGL());
31 return fImpl.lock(this->getGpuGL());
43 fImpl.unlock(this->getGpuGL());
53 return fImpl.updateData(this->getGpuGL(), src, srcSizeInBytes);
H A DGrGLVertexBuffer.cpp18 fImpl.release(this->getGpuGL());
32 return fImpl.lock(this->getGpuGL());
44 fImpl.unlock(this->getGpuGL());
54 return fImpl.updateData(this->getGpuGL(), src, srcSizeInBytes);
H A DGrGLIndexBuffer.h30 fImpl.bind(this->getGpuGL());
47 GrGpuGL* getGpuGL() const { function in class:GrGLIndexBuffer
H A DGrGLVertexBuffer.h30 fImpl.bind(this->getGpuGL());
47 GrGpuGL* getGpuGL() const { function in class:GrGLVertexBuffer
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp18 fImpl.release(this->getGpuGL());
31 return fImpl.lock(this->getGpuGL());
43 fImpl.unlock(this->getGpuGL());
53 return fImpl.updateData(this->getGpuGL(), src, srcSizeInBytes);
H A DGrGLVertexBuffer.cpp18 fImpl.release(this->getGpuGL());
32 return fImpl.lock(this->getGpuGL());
44 fImpl.unlock(this->getGpuGL());
54 return fImpl.updateData(this->getGpuGL(), src, srcSizeInBytes);
H A DGrGLIndexBuffer.h30 fImpl.bind(this->getGpuGL());
47 GrGpuGL* getGpuGL() const { function in class:GrGLIndexBuffer
H A DGrGLVertexBuffer.h30 fImpl.bind(this->getGpuGL());
47 GrGpuGL* getGpuGL() const { function in class:GrGLVertexBuffer

Completed in 99 milliseconds