Searched refs:SetupGraphics (Results 1 – 6 of 6) sorted by relevance
572 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 …]
115 bool Renderer::SetupGraphics(int width, int height) in SetupGraphics() function in Renderer146 bool Renderer::SetupGraphics(FrameBuffer* buffer) in SetupGraphics() function in Renderer179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in Clear()180 SetupGraphics(mFrameBuffer); in Clear()
20 bool SetupGraphics(FrameBuffer* buffer);21 bool SetupGraphics(int width, int height);
82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()83 SetupGraphics(mFrameBuffer); in DrawTexture()
117 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()118 SetupGraphics(mFrameBuffer); in DrawTexture()
124 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()125 SetupGraphics(mFrameBuffer); in DrawTexture()