Searched refs:fFBO (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp12 : fFBO(0)
22 SK_GL_NOERRCHECK(*this, DeleteFramebuffers(1, &fFBO));
57 SK_GL(*this, GenFramebuffers(1, &fFBO));
58 SK_GL(*this, BindFramebuffer(GR_GL_FRAMEBUFFER, fFBO));
124 fFBO = 0;
/external/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp12 : fFBO(0)
22 SK_GL_NOERRCHECK(*this, DeleteFramebuffers(1, &fFBO));
56 SK_GL(*this, GenFramebuffers(1, &fFBO));
57 SK_GL(*this, BindFramebuffer(GR_GL_FRAMEBUFFER, fFBO));
123 fFBO = 0;
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkGLContextHelper.h30 int getFBOID() const { return fFBO; }
76 GrGLuint fFBO; member in class:SkGLContextHelper
/external/skia/include/gpu/gl/
H A DSkGLContextHelper.h30 int getFBOID() const { return fFBO; }
68 GrGLuint fFBO; member in class:SkGLContextHelper

Completed in 156 milliseconds