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

  /external/chromium_org/third_party/skia/src/gpu/gl/
SkGLContextHelper.cpp 15 , fGL(NULL) {
20 if (fGL) {
27 SkSafeUnref(fGL);
31 if (fGL) {
32 fGL->unref();
36 fGL = this->createGLContext();
37 if (fGL) {
42 if (!fGL->validate(bindingInUse) || !fExtensions.init(bindingInUse, fGL)) {
43 fGL = NULL
    [all...]
GrGLTexture.h 23 : fGL(gl)
30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
38 const GrGLInterface* fGL;
  /external/skia/src/gpu/gl/
SkGLContextHelper.cpp 15 , fGL(NULL) {
20 if (fGL) {
27 SkSafeUnref(fGL);
31 if (fGL) {
32 fGL->unref();
36 fGL = this->createGLContext();
37 if (fGL) {
42 if (!fGL->validate(bindingInUse) || !fExtensions.init(bindingInUse, fGL)) {
43 fGL = NULL
    [all...]
GrGLTexture.h 23 : fGL(gl)
30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
38 const GrGLInterface* fGL;
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkGLContextHelper.h 33 const GrGLInterface* gl() const { return fGL; }
50 SkASSERT(NULL != fGL);
73 const GrGLInterface* fGL;
  /external/skia/include/gpu/gl/
SkGLContextHelper.h 33 const GrGLInterface* gl() const { return fGL; }
50 SkASSERT(NULL != fGL);
73 const GrGLInterface* fGL;
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]

Completed in 838 milliseconds