Home
last modified time | relevance | path

Searched refs:fColorBufferID (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DSkGLContextHelper.cpp13 , fColorBufferID(0) in SkGLContextHelper()
23 SK_GL_NOERRCHECK(*this, DeleteRenderbuffers(1, &fColorBufferID)); in ~SkGLContextHelper()
58 SK_GL(*this, GenRenderbuffers(1, &fColorBufferID)); in init()
59 SK_GL(*this, BindRenderbuffer(GR_GL_RENDERBUFFER, fColorBufferID)); in init()
72 fColorBufferID)); in init()
124 fColorBufferID = 0; in init()
/external/chromium_org/third_party/skia/src/gpu/gl/
DSkGLContextHelper.cpp13 , fColorBufferID(0) in SkGLContextHelper()
23 SK_GL_NOERRCHECK(*this, DeleteRenderbuffers(1, &fColorBufferID)); in ~SkGLContextHelper()
59 SK_GL(*this, GenRenderbuffers(1, &fColorBufferID)); in init()
60 SK_GL(*this, BindRenderbuffer(GR_GL_RENDERBUFFER, fColorBufferID)); in init()
73 fColorBufferID)); in init()
125 fColorBufferID = 0; in init()
/external/skia/include/gpu/gl/
DSkGLContextHelper.h69 GrGLuint fColorBufferID; variable
/external/chromium_org/third_party/skia/include/gpu/gl/
DSkGLContextHelper.h77 GrGLuint fColorBufferID; variable