Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurface.cpp52 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 …]
DSurface.h44 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;
DSurfaceCollection.h41 class Surface; variable
77 WTF::Vector<Surface*> m_surfaces;
DSurfaceCollection.cpp175 Surface* newSurface = m_surfaces[i]; in setIsPainting()
180 Surface* oldSurface = drawingSurface->m_surfaces[j]; in setIsPainting()
/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.cpp49 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/
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/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DSurface.java21 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()
70Surface result = new Surface(controlPoints, nurbKnots, uSegments, vSegments, basisUFunctionDegree,… in createNurbsSurface()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h55 class Surface; variable
273 bool canJoinSurface(Surface* surface);
275 Surface* surface() { return m_surface; } in surface()
395 Surface* m_surface;
DLayerAndroid.cpp642 bool LayerAndroid::canJoinSurface(Surface* surface) in canJoinSurface()
676 mergeState->currentSurface = new Surface(); in assignSurfaces()
/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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
DCurvesHelper.java18 import com.jme3.scene.shape.Surface;
336Surface nurbSurface = Surface.createNurbsSurface(controlPoints, knots, resolu, resolv, orderU, ord… in loadNurb()
/external/webkit/Source/WebCore/
DAndroid.mk689 platform/graphics/android/rendering/Surface.cpp \
/external/jmonkeyengine/
DNOTICE14744 ==> engine/src/core/com/jme3/scene/shape/Surface.java <==