/packages/apps/LegacyCamera/jni/ |
D | mosaic_renderer_jni.cpp | 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 …]
|
/packages/apps/Gallery2/jni_mosaic/ |
D | mosaic_renderer_jni.cpp | 609 gSurfTexRenderer[LR].SetupGraphics(&gBufferInput[LR]); in Java_com_android_camera_MosaicRenderer_reset() 615 gSurfTexRenderer[HR].SetupGraphics(&gBufferInput[HR]); in Java_com_android_camera_MosaicRenderer_reset() 621 gYVURenderer[LR].SetupGraphics(&gBufferInputYVU[LR]); in Java_com_android_camera_MosaicRenderer_reset() 625 gYVURenderer[HR].SetupGraphics(&gBufferInputYVU[HR]); in Java_com_android_camera_MosaicRenderer_reset() 630 gWarper1.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_reset() 640 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_reset() 652 gPreview.SetupGraphics(width, height); in Java_com_android_camera_MosaicRenderer_reset() 734 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_step() 747 gWarper1.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_step() 752 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_step() [all …]
|
/packages/apps/Camera/jni/ |
D | mosaic_renderer_jni.cpp | 609 gSurfTexRenderer[LR].SetupGraphics(&gBufferInput[LR]); in Java_com_android_camera_MosaicRenderer_reset() 615 gSurfTexRenderer[HR].SetupGraphics(&gBufferInput[HR]); in Java_com_android_camera_MosaicRenderer_reset() 621 gYVURenderer[LR].SetupGraphics(&gBufferInputYVU[LR]); in Java_com_android_camera_MosaicRenderer_reset() 625 gYVURenderer[HR].SetupGraphics(&gBufferInputYVU[HR]); in Java_com_android_camera_MosaicRenderer_reset() 630 gWarper1.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_reset() 640 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_reset() 652 gPreview.SetupGraphics(width, height); in Java_com_android_camera_MosaicRenderer_reset() 734 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_step() 747 gWarper1.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_step() 752 gWarper2.SetupGraphics(&gBuffer[gCurrentFBOIndex]); in Java_com_android_camera_MosaicRenderer_step() [all …]
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 115 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()
|
D | Renderer.h | 20 bool SetupGraphics(FrameBuffer* buffer); 21 bool SetupGraphics(int width, int height);
|
D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 83 SetupGraphics(mFrameBuffer); in DrawTexture()
|
D | WarpRenderer.cpp | 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 114 SetupGraphics(mFrameBuffer); in DrawTexture()
|
D | SurfaceTextureRenderer.cpp | 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 123 SetupGraphics(mFrameBuffer); in DrawTexture()
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 115 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()
|
D | Renderer.h | 20 bool SetupGraphics(FrameBuffer* buffer); 21 bool SetupGraphics(int width, int height);
|
D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 83 SetupGraphics(mFrameBuffer); in DrawTexture()
|
D | WarpRenderer.cpp | 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 114 SetupGraphics(mFrameBuffer); in DrawTexture()
|
D | SurfaceTextureRenderer.cpp | 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 123 SetupGraphics(mFrameBuffer); in DrawTexture()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 115 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()
|
D | Renderer.h | 20 bool SetupGraphics(FrameBuffer* buffer); 21 bool SetupGraphics(int width, int height);
|
D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 83 SetupGraphics(mFrameBuffer); in DrawTexture()
|
D | WarpRenderer.cpp | 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 114 SetupGraphics(mFrameBuffer); in DrawTexture()
|
D | SurfaceTextureRenderer.cpp | 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture() 123 SetupGraphics(mFrameBuffer); in DrawTexture()
|