OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrGLBufferImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.h
20
class
GrGLBufferImpl
: public GrNoncopyable {
29
GrGLBufferImpl
(GrGpuGL*, const Desc&, GrGLenum bufferType);
30
~
GrGLBufferImpl
() {
GrGLBufferImpl.cpp
8
#include "
GrGLBufferImpl
.h"
23
GrGLBufferImpl
::
GrGLBufferImpl
(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
35
void
GrGLBufferImpl
::release(GrGpuGL* gpu) {
55
void
GrGLBufferImpl
::abandon() {
62
void
GrGLBufferImpl
::bind(GrGpuGL* gpu) const {
72
void*
GrGLBufferImpl
::lock(GrGpuGL* gpu) {
91
void
GrGLBufferImpl
::unlock(GrGpuGL* gpu) {
102
bool
GrGLBufferImpl
::isLocked() const {
107
bool
GrGLBufferImpl
::updateData(GrGpuGL* gpu, const void* src, size_t srcSizeInBytes)
[
all
...]
/external/skia/src/gpu/gl/
GrGLBufferImpl.h
20
class
GrGLBufferImpl
: public GrNoncopyable {
29
GrGLBufferImpl
(GrGpuGL*, const Desc&, GrGLenum bufferType);
30
~
GrGLBufferImpl
() {
GrGLBufferImpl.cpp
8
#include "
GrGLBufferImpl
.h"
23
GrGLBufferImpl
::
GrGLBufferImpl
(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
35
void
GrGLBufferImpl
::release(GrGpuGL* gpu) {
55
void
GrGLBufferImpl
::abandon() {
62
void
GrGLBufferImpl
::bind(GrGpuGL* gpu) const {
72
void*
GrGLBufferImpl
::lock(GrGpuGL* gpu) {
91
void
GrGLBufferImpl
::unlock(GrGpuGL* gpu) {
102
bool
GrGLBufferImpl
::isLocked() const {
107
bool
GrGLBufferImpl
::updateData(GrGpuGL* gpu, const void* src, size_t srcSizeInBytes)
[
all
...]
Completed in 245 milliseconds