Home
last modified time | relevance | path

Searched refs:SetupGraphics (Results 1 – 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.cpp572 gSurfTexRenderer[LR].SetupGraphics(&gBufferInput[LR]); in Java_com_android_camera_panorama_MosaicRenderer_reset()
579 gSurfTexRenderer[HR].SetupGraphics(&gBufferInput[HR]); in Java_com_android_camera_panorama_MosaicRenderer_reset()
586 gYVURenderer[LR].SetupGraphics(&gBufferInputYVU[LR]); in Java_com_android_camera_panorama_MosaicRenderer_reset()
591 gYVURenderer[HR].SetupGraphics(&gBufferInputYVU[HR]); in Java_com_android_camera_panorama_MosaicRenderer_reset()
597 gWarper1.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_panorama_MosaicRenderer_reset()
605 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_panorama_MosaicRenderer_reset()
614 gPreview.SetupGraphics(width, height); in Java_com_android_camera_panorama_MosaicRenderer_reset()
697 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_panorama_MosaicRenderer_step()
710 gWarper1.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_panorama_MosaicRenderer_step()
715 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_panorama_MosaicRenderer_step()
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
DRenderer.cpp115 bool Renderer::SetupGraphics(int width, int height) in SetupGraphics() function in Renderer
146 bool Renderer::SetupGraphics(FrameBuffer* buffer) in SetupGraphics() function in Renderer
179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in Clear()
180 SetupGraphics(mFrameBuffer); in Clear()
DRenderer.h20 bool SetupGraphics(FrameBuffer* buffer);
21 bool SetupGraphics(int width, int height);
DYVURenderer.cpp82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
83 SetupGraphics(mFrameBuffer); in DrawTexture()
DSurfaceTextureRenderer.cpp124 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
125 SetupGraphics(mFrameBuffer); in DrawTexture()
DWarpRenderer.cpp117 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
118 SetupGraphics(mFrameBuffer); in DrawTexture()