Home
last modified time | relevance | path

Searched defs:drawFrame (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/services/Car/cpp/evs/support_library/
H A DRenderDirectView.cpp69 bool RenderDirectView::drawFrame(const BufferDesc& tgtBuffer, in drawFrame() function in android::automotive::evs::support::RenderDirectView
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DOpenGLTest.java51 public void drawFrame(GL10 gl) { in drawFrame() method in OpenGLTest.ParamFrameDrawer
H A DCustomOpenGLView.java44 public void drawFrame(@NonNull GL10 gl); in drawFrame() method
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DRenderPixelCopy.cpp65 bool RenderPixelCopy::drawFrame(const BufferDesc& tgtBuffer) { in drawFrame() function in RenderPixelCopy
H A DRenderDirectView.cpp155 bool RenderDirectView::drawFrame(const BufferDesc& tgtBuffer) { in drawFrame() function in RenderDirectView
H A DRenderTopView.cpp182 bool RenderTopView::drawFrame(const BufferDesc& tgtBuffer) { in drawFrame() function in RenderTopView
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorRemoteVideo.java88 private void drawFrame() { in drawFrame() method in SimulatorRemoteVideo.Renderer
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DMainActivity.kt128 fun drawFrame(): Rect { regex
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAbstractSlotRenderer.java114 protected static void drawFrame(GLCanvas canvas, Rect padding, Texture frame, in drawFrame() method in AbstractSlotRenderer
/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java200 void drawFrame() { in drawFrame() method in TestWallpaper.ClockEngine
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp125 int DrawFrameTask::drawFrame() { in drawFrame() function in android::uirenderer::renderthread::DrawFrameTask
/aosp12/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp219 long FrameSequenceState_gif::drawFrame(int frameNr, in drawFrame() function in FrameSequenceState_gif
H A DFrameSequence_webp.cpp291 long FrameSequenceState_webp::drawFrame(int frameNr, in drawFrame() function in FrameSequenceState_webp
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java377 private void drawFrame() { in drawFrame() method in ImageWallpaper.GLEngine
/aosp12/frameworks/base/libs/hwui/jni/
H A DGIFMovie.cpp226 static void drawFrame(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap) in drawFrame() function