Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DSkGLContext.cpp15 , 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()
/external/skia/include/gpu/gl/
DSkGLContext.h56 GrGLuint fColorBufferID; variable