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

  /external/skia/src/gpu/android/
SkNativeGLContext_android.cpp 28 , fSurface(EGL_NO_SURFACE) {
44 if (fSurface) {
45 eglDestroySurface(fDisplay, fSurface);
46 fSurface = EGL_NO_SURFACE;
87 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs);
89 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
101 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
  /external/icu4c/samples/layout/
GDIFontMap.cpp 19 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface)
31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
GDIFontMap.h 35 GDISurface *fSurface;
GDIFontInstance.cpp 105 : FontTableCache(), fSurface(surface), fFont(NULL),
190 : FontTableCache(), fSurface(surface), fFont(NULL),
342 fSurface->setFont(this);
344 HDC hdc = fSurface->getHDC();
370 HDC hdc = fSurface->getHDC();
372 fSurface->setFont(this);
GDIFontInstance.h 54 GDISurface *fSurface;
  /external/skia/include/views/
SkOSWindow_SDL.h 36 SDL_Surface* fSurface;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 77 EGLSurface fSurface;

Completed in 110 milliseconds