Home | History | Annotate | Download | only in samplecode

Lines Matching refs:fGL

136         fGL = NULL;
144 SkSafeUnref(fGL);
153 if (NULL == fGL) {
154 fGL = GrGLCreateNativeInterface();
157 (GrPlatform3DContext) fGL);
159 if (NULL == fGrContext || NULL == fGL) {
161 SkSafeUnref(fGL);
245 GR_GL_GetIntegerv(fGL, GR_GL_SAMPLES, &desc.fSampleCnt);
246 GR_GL_GetIntegerv(fGL, GR_GL_STENCIL_BITS, &desc.fStencilBits);
248 GR_GL_GetIntegerv(fGL, GR_GL_FRAMEBUFFER_BINDING, &buffer);
275 const GrGLInterface* fGL;