Searched refs:updateSurface (Results 1 - 15 of 15) sorted by relevance

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java97 if (updateSurface) {
101 updateSurface = false;
222 updateSurface = false;
231 updateSurface = true;
338 private boolean updateSurface = false; field in class:MyRenderer
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java187 if (updateSurface) {
194 updateSurface = false;
327 updateSurface = false;
336 updateSurface = true;
501 private boolean updateSurface = false; field in class:CamRenderer
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java231 abstract void updateSurface(Surface surface) throws OutOfResourcesException; method in class:HardwareRenderer
H A DSurface.java467 mHwuiContext.updateSurface();
602 void updateSurface() { method in class:Surface.HwuiContext
H A DThreadedRenderer.java153 void updateSurface(Surface surface) throws OutOfResourcesException { method in class:ThreadedRenderer
184 updateSurface(surface);
H A DViewRootImpl.java1676 mAttachInfo.mHardwareRenderer.updateSurface(mSurface);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h69 void updateSurface(ANativeWindow* window);
H A DRenderProxy.h71 ANDROID_API void updateSurface(const sp<ANativeWindow>& window);
H A DRenderProxy.cpp146 CREATE_BRIDGE2(updateSurface, CanvasContext* context, ANativeWindow* window) {
147 args->context->updateSurface(args->window);
151 void RenderProxy::updateSurface(const sp<ANativeWindow>& window) { function in class:android::uirenderer::renderthread::RenderProxy
152 SETUP_TASK(updateSurface);
H A DCanvasContext.cpp122 void CanvasContext::updateSurface(ANativeWindow* window) { function in class:android::uirenderer::renderthread::CanvasContext
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java324 private boolean updateSurface = false; field in class:VideoDumpView.VideoDumpRenderer
377 if (updateSurface) {
382 updateSurface = false;
589 updateSurface = false;
599 updateSurface = true;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java385 updateSurface(false, false, false);
404 updateSurface(false, false, false);
580 void updateSurface(boolean forceRelayout, boolean forceReport, boolean redrawNeeded) { method in class:WallpaperService.Engine
582 Log.w(TAG, "Ignoring updateSurface: destroyed");
877 updateSurface(false, false, false);
896 updateSurface(true, false, false);
921 updateSurface(false, false, false);
1180 mEngine.updateSurface(true, false, false);
1196 mEngine.updateSurface(true, false, reportDraw);
/frameworks/rs/
H A DrsContext.h140 void updateSurface(void *sur);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp404 proxy->updateSurface(surface);
H A Dandroid_view_ThreadedRenderer.cpp270 proxy->updateSurface(window);

Completed in 592 milliseconds