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

  /external/chromium_org/third_party/skia/src/gpu/gl/
SkGLContextHelper.cpp 13 , fColorBufferID(0)
23 SK_GL_NOERRCHECK(*this, DeleteRenderbuffers(1, &fColorBufferID));
60 SK_GL(*this, GenRenderbuffers(1, &fColorBufferID));
61 SK_GL(*this, BindRenderbuffer(GR_GL_RENDERBUFFER, fColorBufferID));
74 fColorBufferID));
127 fColorBufferID = 0;
  /external/skia/src/gpu/gl/
SkGLContextHelper.cpp 13 , fColorBufferID(0)
23 SK_GL_NOERRCHECK(*this, DeleteRenderbuffers(1, &fColorBufferID));
60 SK_GL(*this, GenRenderbuffers(1, &fColorBufferID));
61 SK_GL(*this, BindRenderbuffer(GR_GL_RENDERBUFFER, fColorBufferID));
74 fColorBufferID));
127 fColorBufferID = 0;
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkGLContextHelper.h 71 GrGLuint fColorBufferID;
  /external/skia/include/gpu/gl/
SkGLContextHelper.h 71 GrGLuint fColorBufferID;

Completed in 55 milliseconds