/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | Surface.cpp | 52 Surface::Surface() in Surface() function in WebCore::Surface 62 Surface::~Surface() in ~Surface() 73 bool Surface::tryUpdateSurface(Surface* oldSurface) in tryUpdateSurface() 137 void Surface::addLayer(LayerAndroid* layer, const TransformationMatrix& transform) in addLayer() 165 IntRect Surface::visibleContentArea(bool force3dContentVisible) const in visibleContentArea() 181 IntRect Surface::fullContentArea() in fullContentArea() 188 bool Surface::useAggressiveRendering() in useAggressiveRendering() 198 void Surface::prepareGL(bool layerTilesDisabled, bool updateWithBlit) in prepareGL() 236 bool Surface::drawGL(bool layerTilesDisabled) in drawGL() 274 void Surface::swapTiles(bool calculateFrameworkInvals) in swapTiles() [all …]
|
D | Surface.h | 44 class Surface : public TilePainter { 46 Surface(); 47 virtual ~Surface(); 49 bool tryUpdateSurface(Surface* oldSurface); 97 LayerMergeState(Vector<Surface*>* const allGroups) in LayerMergeState() 105 Vector<Surface*>* const surfaceList; 108 Surface* currentSurface;
|
D | SurfaceCollection.h | 41 class Surface; variable 77 WTF::Vector<Surface*> m_surfaces;
|
D | SurfaceCollection.cpp | 175 Surface* newSurface = m_surfaces[i]; in setIsPainting() 180 Surface* oldSurface = drawingSurface->m_surfaces[j]; in setIsPainting()
|
/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 | 49 static inline sp<android::Surface> getSurface(JNIEnv* env, jobject view) { in getSurface() 82 return sp<android::Surface>((android::Surface*) surfacePointer); in getSurface() 98 sp<android::Surface> surface = getSurface(env, surfaceView); in anp_lock() 100 if (!bitmap || !android::Surface::isValid(surface)) { in anp_lock() 114 android::Surface::SurfaceInfo info; in anp_lock() 152 sp<android::Surface> surface = getSurface(env, surfaceView); in anp_unlock() 154 if (!android::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/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
D | Surface.java | 21 public class Surface extends Mesh { class 40 private Surface(List<List<Vector4f>> controlPoints, List<Float>[] nurbKnots, in Surface() method in Surface 68 …public static final Surface createNurbsSurface(List<List<Vector4f>> controlPoints, List<Float>[] n… in createNurbsSurface() 70 …Surface result = new Surface(controlPoints, nurbKnots, uSegments, vSegments, basisUFunctionDegree,… in createNurbsSurface()
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | LayerAndroid.h | 55 class Surface; variable 273 bool canJoinSurface(Surface* surface); 275 Surface* surface() { return m_surface; } in surface() 395 Surface* m_surface;
|
D | LayerAndroid.cpp | 642 bool LayerAndroid::canJoinSurface(Surface* surface) in canJoinSurface() 676 mergeState->currentSurface = new Surface(); in assignSurfaces()
|
/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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/ |
D | CurvesHelper.java | 18 import com.jme3.scene.shape.Surface; 336 …Surface nurbSurface = Surface.createNurbsSurface(controlPoints, knots, resolu, resolv, orderU, ord… in loadNurb()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 689 platform/graphics/android/rendering/Surface.cpp \
|
/external/jmonkeyengine/ |
D | NOTICE | 14744 ==> engine/src/core/com/jme3/scene/shape/Surface.java <==
|