Searched refs:fGLSizeInBytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLBufferImpl.cpp29 fGLSizeInBytes = 0;
33 fGLSizeInBytes = fDesc.fSizeInBytes;
53 fGLSizeInBytes = 0;
61 fGLSizeInBytes = 0;
92 if (GR_GL_USE_BUFFER_DATA_NULL_HINT || fDesc.fSizeInBytes != fGLSizeInBytes) {
93 fGLSizeInBytes = fDesc.fSizeInBytes;
95 BufferData(fBufferType, fGLSizeInBytes, NULL,
104 if (fDesc.fSizeInBytes != fGLSizeInBytes) {
105 fGLSizeInBytes = fDesc.fSizeInBytes;
107 BufferData(fBufferType, fGLSizeInBytes, NUL
[all...]
H A DGrGLBufferImpl.h55 size_t fGLSizeInBytes; // In certain cases we make the size of the GL buffer object member in class:GrGLBufferImpl
/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.cpp29 fGLSizeInBytes = 0;
33 fGLSizeInBytes = fDesc.fSizeInBytes;
53 fGLSizeInBytes = 0;
61 fGLSizeInBytes = 0;
92 if (GR_GL_USE_BUFFER_DATA_NULL_HINT || fDesc.fSizeInBytes != fGLSizeInBytes) {
93 fGLSizeInBytes = fDesc.fSizeInBytes;
95 BufferData(fBufferType, fGLSizeInBytes, NULL,
104 if (fDesc.fSizeInBytes != fGLSizeInBytes) {
105 fGLSizeInBytes = fDesc.fSizeInBytes;
107 BufferData(fBufferType, fGLSizeInBytes, NUL
[all...]
H A DGrGLBufferImpl.h55 size_t fGLSizeInBytes; // In certain cases we make the size of the GL buffer object member in class:GrGLBufferImpl

Completed in 299 milliseconds