HomeSort by relevance Sort by last modified time
    Searched refs:fColorBufferID (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
SkGLContext.cpp 15 , fColorBufferID(0)
24 SK_GL(*this, DeleteRenderbuffers(1, &fColorBufferID));
61 SK_GL(*this, GenRenderbuffers(1, &fColorBufferID));
62 SK_GL(*this, BindRenderbuffer(GR_GL_RENDERBUFFER, fColorBufferID));
75 fColorBufferID));
128 fColorBufferID = 0;
  /external/skia/include/gpu/gl/
SkGLContext.h 56 GrGLuint fColorBufferID;

Completed in 49 milliseconds