Searched refs:fColorBufferID (Results 1 – 2 of 2) sorted by relevance
15 , fColorBufferID(0) in SK_DEFINE_INST_COUNT()24 SK_GL(*this, DeleteRenderbuffers(1, &fColorBufferID)); in ~SkGLContext()61 SK_GL(*this, GenRenderbuffers(1, &fColorBufferID)); in init()62 SK_GL(*this, BindRenderbuffer(GR_GL_RENDERBUFFER, fColorBufferID)); in init()75 fColorBufferID)); in init()128 fColorBufferID = 0; in init()
56 GrGLuint fColorBufferID; variable