Searched refs:fGL (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/gl/ |
D | SkGLContextHelper.cpp | 15 , fGL(NULL) { in SkGLContextHelper() 20 if (fGL) { in ~SkGLContextHelper() 27 SkSafeUnref(fGL); in ~SkGLContextHelper() 31 if (fGL) { in init() 32 fGL->unref(); in init() 36 fGL = this->createGLContext(); in init() 37 if (fGL) { in init() 42 if (!fGL->validate(bindingInUse) || !fExtensions.init(bindingInUse, fGL)) { in init() 43 fGL = NULL; in init() 129 fGL->unref(); in init() [all …]
|
D | GrGLTexture.h | 23 : fGL(gl) in SK_DECLARE_INST_COUNT() 30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID)); in ~GrGLTexID() 38 const GrGLInterface* fGL;
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | SkGLContextHelper.cpp | 15 , fGL(NULL) { in SkGLContextHelper() 20 if (fGL) { in ~SkGLContextHelper() 27 SkSafeUnref(fGL); in ~SkGLContextHelper() 31 if (fGL) { in init() 32 fGL->unref(); in init() 36 fGL = this->createGLContext(); in init() 37 if (fGL) { in init() 42 if (!fGL->validate(bindingInUse) || !fExtensions.init(bindingInUse, fGL)) { in init() 43 fGL = NULL; in init() 129 fGL->unref(); in init() [all …]
|
D | GrGLTexture.h | 23 : fGL(gl) in SK_DECLARE_INST_COUNT() 30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID)); in ~GrGLTexID() 38 const GrGLInterface* fGL;
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
D | SkGLContextHelper.h | 33 const GrGLInterface* gl() const { return fGL; } in gl() 50 SkASSERT(NULL != fGL); in hasExtension() 73 const GrGLInterface* fGL; variable
|
/external/skia/include/gpu/gl/ |
D | SkGLContextHelper.h | 33 const GrGLInterface* gl() const { return fGL; } in gl() 50 SkASSERT(NULL != fGL); in hasExtension() 73 const GrGLInterface* fGL; variable
|
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 2692 UnicodeSet *fGL; member in RBBILineMonkey 2748 fGL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=GL}]"), status); in RBBILineMonkey() 2803 fSets->addElement(fGL, status); in RBBILineMonkey() 3035 if (fGL->contains(prevChar)) { in next() 3043 fHY->contains(prevChar) ) && fGL->contains(thisChar)) { in next() 3311 delete fGL; in ~RBBILineMonkey()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | rbbitst.cpp | 3672 UnicodeSet *fGL; member in RBBILineMonkey 3725 fGL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=GL}]"), status); in RBBILineMonkey() 3775 fSets->addElement(fGL, status); in RBBILineMonkey() 3999 if (fGL->contains(prevChar)) { in next() 4007 fHY->contains(prevChar) ) && fGL->contains(thisChar)) { in next() 4258 delete fGL; in ~RBBILineMonkey()
|