Searched refs:Surface (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | Surface.cpp | 22 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 …]
|
D | Surface.h | 25 class Surface 28 Surface(Display *display, const egl::Config *config, HWND window); 30 ~Surface(); 48 DISALLOW_COPY_AND_ASSIGN(Surface);
|
D | Display.h | 45 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;
|
D | libEGL.cpp | 63 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()
|
D | Display.cpp | 396 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/ |
D | ANPSurfaceInterface.cpp | 50 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/ |
D | Surface.h | 5 class Surface 8 Surface(/*what?*/);
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 359 * 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/ |
D | main.h | 29 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
|
D | Context.h | 29 class Surface; variable 228 void makeCurrent(egl::Display *display, egl::Surface *surface); 538 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface);
|
D | main.cpp | 76 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface) in makeCurrent()
|
D | Context.cpp | 224 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/ |
D | WKCAImageQueue.h | 54 Surface, enumerator
|
/external/mesa3d/test/ |
D | egl.cpp | 1858 sp<Surface> surface;
|