Searched refs:GrGLBufferImpl (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLBufferImpl.h20 class GrGLBufferImpl : SkNoncopyable { class in inherits:SkNoncopyable
29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
30 ~GrGLBufferImpl() {
H A DGrGLIndexBuffer.h12 #include "GrGLBufferImpl.h"
20 typedef GrGLBufferImpl::Desc Desc;
48 GrGLBufferImpl fImpl;
H A DGrGLVertexBuffer.h12 #include "GrGLBufferImpl.h"
20 typedef GrGLBufferImpl::Desc Desc;
48 GrGLBufferImpl fImpl;
H A DGrGLBufferImpl.cpp8 #include "GrGLBufferImpl.h"
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType) function in class:GrGLBufferImpl
38 void GrGLBufferImpl::release(GrGpuGL* gpu) {
59 void GrGLBufferImpl::abandon() {
68 void GrGLBufferImpl::bind(GrGpuGL* gpu) const {
79 void* GrGLBufferImpl::map(GrGpuGL* gpu) {
136 void GrGLBufferImpl::unmap(GrGpuGL* gpu) {
158 bool GrGLBufferImpl::isMapped() const {
163 bool GrGLBufferImpl
[all...]
/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.h20 class GrGLBufferImpl : SkNoncopyable { class in inherits:SkNoncopyable
29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
30 ~GrGLBufferImpl() {
H A DGrGLIndexBuffer.h12 #include "GrGLBufferImpl.h"
20 typedef GrGLBufferImpl::Desc Desc;
48 GrGLBufferImpl fImpl;
H A DGrGLVertexBuffer.h12 #include "GrGLBufferImpl.h"
20 typedef GrGLBufferImpl::Desc Desc;
48 GrGLBufferImpl fImpl;
H A DGrGLBufferImpl.cpp8 #include "GrGLBufferImpl.h"
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType) function in class:GrGLBufferImpl
38 void GrGLBufferImpl::release(GrGpuGL* gpu) {
59 void GrGLBufferImpl::abandon() {
68 void GrGLBufferImpl::bind(GrGpuGL* gpu) const {
79 void* GrGLBufferImpl::map(GrGpuGL* gpu) {
136 void GrGLBufferImpl::unmap(GrGpuGL* gpu) {
158 bool GrGLBufferImpl::isMapped() const {
163 bool GrGLBufferImpl
[all...]
/external/skia/
H A DAndroid.mk467 src/gpu/gl/GrGLBufferImpl.cpp \
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk383 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.darwin-arm64.mk383 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.darwin-mips.mk383 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.darwin-x86.mk384 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.darwin-x86_64.mk384 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.linux-arm.mk383 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.linux-arm64.mk383 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.linux-mips.mk383 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.linux-x86.mk384 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
H A Dskia_library.target.linux-x86_64.mk384 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \

Completed in 2980 milliseconds