Searched refs:fColorBufferID (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/gl/ |
D | SkGLContextHelper.cpp | 13 , 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/ |
D | SkGLContextHelper.cpp | 13 , 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/ |
D | SkGLContextHelper.h | 69 GrGLuint fColorBufferID; variable
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
D | SkGLContextHelper.h | 77 GrGLuint fColorBufferID; variable
|