Home
last modified time | relevance | path

Searched refs:Surface (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DSurface.cpp22 Surface::Surface(Display *display, const Config *config, HWND window) in Surface() function in egl::Surface
42 Surface::~Surface() in ~Surface()
48 void Surface::release() in release()
87 void Surface::resetSwapChain() in resetSwapChain()
101 void Surface::resetSwapChain(int backbufferWidth, int backbufferHeight) in resetSwapChain()
181 HWND Surface::getWindowHandle() in getWindowHandle()
186 void Surface::writeRecordableFlipState(IDirect3DDevice9 *device) in writeRecordableFlipState()
220 void Surface::applyFlipState(IDirect3DDevice9 *device) in applyFlipState()
276 void Surface::restoreState(IDirect3DDevice9 *device) in restoreState()
298 void Surface::releaseRecordedState(IDirect3DDevice9 *device) in releaseRecordedState()
[all …]
DSurface.h25 class Surface
28 Surface(Display *display, const egl::Config *config, HWND window);
30 ~Surface();
48 DISALLOW_COPY_AND_ASSIGN(Surface);
DDisplay.h45 egl::Surface *createWindowSurface(HWND window, EGLConfig config);
48 void destroySurface(egl::Surface *surface);
54 bool isValidSurface(egl::Surface *surface);
92 typedef std::set<Surface*> SurfaceSet;
DlibEGL.cpp63 bool validate(egl::Display *display, egl::Surface *surface) in validate()
455 display->destroySurface((egl::Surface*)surface); in eglDestroySurface()
486 egl::Surface *eglSurface = (egl::Surface*)surface; in eglQuerySurface()
751 egl::Surface *draw_surface = static_cast<egl::Surface*>(egl::getCurrentDrawSurface()); in eglSwapInterval()
869 if ((draw != EGL_NO_SURFACE && !validate(display, static_cast<egl::Surface*>(draw))) || in eglMakeCurrent()
870 (read != EGL_NO_SURFACE && !validate(display, static_cast<egl::Surface*>(read)))) in eglMakeCurrent()
884 glMakeCurrent(context, display, static_cast<egl::Surface*>(draw)); in eglMakeCurrent()
1041 egl::Surface *eglSurface = (egl::Surface*)surface; in eglSwapBuffers()
DDisplay.cpp396 Surface *Display::createWindowSurface(HWND window, EGLConfig config) in createWindowSurface()
400 Surface *surface = new Surface(this, configuration, window); in createWindowSurface()
437 void Display::destroySurface(egl::Surface *surface) in destroySurface()
472 bool Display::isValidSurface(egl::Surface *surface) in isValidSurface()
/external/webkit/Source/WebKit/android/plugins/
DANPSurfaceInterface.cpp50 static inline sp<Surface> getSurface(JNIEnv* env, jobject view) { in getSurface()
83 return sp<Surface>((Surface*) surfacePointer); in getSurface()
99 sp<Surface> surface = getSurface(env, surfaceView); in anp_lock()
101 if (!bitmap || !Surface::isValid(surface)) { in anp_lock()
115 Surface::SurfaceInfo info; in anp_lock()
153 sp<Surface> surface = getSurface(env, surfaceView); in anp_unlock()
155 if (!Surface::isValid(surface)) { in anp_unlock()
/external/icu4c/samples/layout/
DSurface.h5 class Surface
8 Surface(/*what?*/);
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog359 * src/libEGL/Surface.cpp:
360 (egl::Surface::Surface):
361 (egl::Surface::~Surface):
362 (egl::Surface::release):
363 (egl::Surface::resetSwapChain):
364 (egl::Surface::writeRecordableFlipState):
365 (egl::Surface::restoreState):
367 (egl::Surface::subclassWindow):
368 (egl::Surface::unsubclassWindow):
369 (egl::Surface::checkForOutOfDateSwapChain):
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Dmain.h29 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
DContext.h29 class Surface; variable
228 void makeCurrent(egl::Display *display, egl::Surface *surface);
538 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface);
Dmain.cpp76 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface) in makeCurrent()
DContext.cpp224 void Context::makeCurrent(egl::Display *display, egl::Surface *surface) in makeCurrent()
3573 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface) in glMakeCurrent()
/external/webkit/Source/WebCore/platform/graphics/win/
DWKCAImageQueue.h54 Surface, enumerator
/external/mesa3d/test/
Degl.cpp1858 sp<Surface> surface;