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

  /external/skia/include/gpu/gl/
SkGLContext.h 31 int getFBOID() const { return fFBO; }
55 GrGLuint fFBO;
  /external/skia/src/gpu/gl/
SkGLContext.cpp 14 : fFBO(0)
23 SK_GL(*this, DeleteFramebuffers(1, &fFBO));
59 SK_GL(*this, GenFramebuffers(1, &fFBO));
60 SK_GL(*this, BindFramebuffer(GR_GL_FRAMEBUFFER, fFBO));
127 fFBO = 0;

Completed in 70 milliseconds