HomeSort by relevance Sort by last modified time
    Searched refs:GrGLBufferImpl (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.h 20 class GrGLBufferImpl : SkNoncopyable {
29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
30 ~GrGLBufferImpl() {
GrGLIndexBuffer.h 12 #include "GrGLBufferImpl.h"
20 typedef GrGLBufferImpl::Desc Desc;
48 GrGLBufferImpl fImpl;
GrGLVertexBuffer.h 12 #include "GrGLBufferImpl.h"
20 typedef GrGLBufferImpl::Desc Desc;
48 GrGLBufferImpl fImpl;
GrGLBufferImpl.cpp 8 #include "GrGLBufferImpl.h"
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
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::updateData(GrGpuGL* gpu, const void* src, size_t srcSizeInBytes)
    [all...]
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 399 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.darwin-arm64.mk 399 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.darwin-mips.mk 399 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.darwin-mips64.mk 399 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.darwin-x86.mk 400 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.darwin-x86_64.mk 400 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.linux-arm.mk 399 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.linux-arm64.mk 399 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.linux-mips.mk 399 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.linux-mips64.mk 399 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.linux-x86.mk 400 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
skia_library.target.linux-x86_64.mk 400 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \

Completed in 543 milliseconds