OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGpuGL
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIndexBuffer.cpp
18
fImpl.release(this->
getGpuGL
());
31
return fImpl.lock(this->
getGpuGL
());
43
fImpl.unlock(this->
getGpuGL
());
53
return fImpl.updateData(this->
getGpuGL
(), src, srcSizeInBytes);
GrGLVertexBuffer.cpp
18
fImpl.release(this->
getGpuGL
());
32
return fImpl.lock(this->
getGpuGL
());
44
fImpl.unlock(this->
getGpuGL
());
54
return fImpl.updateData(this->
getGpuGL
(), src, srcSizeInBytes);
GrGLIndexBuffer.h
30
fImpl.bind(this->
getGpuGL
());
47
GrGpuGL*
getGpuGL
() const {
GrGLVertexBuffer.h
30
fImpl.bind(this->
getGpuGL
());
47
GrGpuGL*
getGpuGL
() const {
/external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp
18
fImpl.release(this->
getGpuGL
());
31
return fImpl.lock(this->
getGpuGL
());
43
fImpl.unlock(this->
getGpuGL
());
53
return fImpl.updateData(this->
getGpuGL
(), src, srcSizeInBytes);
GrGLVertexBuffer.cpp
18
fImpl.release(this->
getGpuGL
());
32
return fImpl.lock(this->
getGpuGL
());
44
fImpl.unlock(this->
getGpuGL
());
54
return fImpl.updateData(this->
getGpuGL
(), src, srcSizeInBytes);
GrGLIndexBuffer.h
30
fImpl.bind(this->
getGpuGL
());
47
GrGpuGL*
getGpuGL
() const {
GrGLVertexBuffer.h
30
fImpl.bind(this->
getGpuGL
());
47
GrGpuGL*
getGpuGL
() const {
Completed in 81 milliseconds