Home
last modified time | relevance | path

Searched refs:DrawTexture (Results 1 – 14 of 14) sorted by relevance

/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.cpp635 gSurfTexRenderer[LR].DrawTexture(g_dAffinetransIdentGL); in Java_com_android_camera_panorama_MosaicRenderer_preprocess()
636 gSurfTexRenderer[HR].DrawTexture(g_dAffinetransIdentGL); in Java_com_android_camera_panorama_MosaicRenderer_preprocess()
659 gYVURenderer[LR].DrawTexture(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
660 gYVURenderer[HR].DrawTexture(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
700 gWarper2.DrawTexture(g_dTranslationToFBOCenterGL); in Java_com_android_camera_panorama_MosaicRenderer_step()
703 gPreview.DrawTexture(g_dAffinetransIdentGL); in Java_com_android_camera_panorama_MosaicRenderer_step()
705 gPreview.DrawTexture(g_dAffinetransRotation90GL); in Java_com_android_camera_panorama_MosaicRenderer_step()
718 gWarper1.DrawTexture(g_dAffinetransGL); in Java_com_android_camera_panorama_MosaicRenderer_step()
719 gWarper2.DrawTexture(g_dTranslationToFBOCenterGL); in Java_com_android_camera_panorama_MosaicRenderer_step()
720 gPreview.DrawTexture(g_dAffinetransPanGL); in Java_com_android_camera_panorama_MosaicRenderer_step()
/packages/apps/Camera/jni/
Dmosaic_renderer_jni.cpp672 gSurfTexRenderer[LR].DrawTexture(g_dAffinetransIdentGL); in Java_com_android_camera_MosaicRenderer_preprocess()
673 gSurfTexRenderer[HR].DrawTexture(g_dAffinetransIdentGL); in Java_com_android_camera_MosaicRenderer_preprocess()
696 gYVURenderer[LR].DrawTexture(); in Java_com_android_camera_MosaicRenderer_transferGPUtoCPU()
697 gYVURenderer[HR].DrawTexture(); in Java_com_android_camera_MosaicRenderer_transferGPUtoCPU()
737 gWarper2.DrawTexture(g_dTranslationToFBOCenterGL); in Java_com_android_camera_MosaicRenderer_step()
740 gPreview.DrawTexture(g_dAffinetransIdentGL); in Java_com_android_camera_MosaicRenderer_step()
742 gPreview.DrawTexture(g_dAffinetransRotation90GL); in Java_com_android_camera_MosaicRenderer_step()
755 gWarper1.DrawTexture(g_dAffinetransGL); in Java_com_android_camera_MosaicRenderer_step()
756 gWarper2.DrawTexture(g_dTranslationToFBOCenterGL); in Java_com_android_camera_MosaicRenderer_step()
757 gPreview.DrawTexture(g_dAffinetransPanGL); in Java_com_android_camera_MosaicRenderer_step()
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
DYVURenderer.h21 bool DrawTexture();
DSurfaceTextureRenderer.h21 bool DrawTexture(GLfloat *affine);
DWarpRenderer.h24 bool DrawTexture(GLfloat *affine);
DYVURenderer.cpp77 bool YVURenderer::DrawTexture() in DrawTexture() function in YVURenderer
DWarpRenderer.cpp108 bool WarpRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in WarpRenderer
DSurfaceTextureRenderer.cpp117 bool SurfaceTextureRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in SurfaceTextureRenderer
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
DYVURenderer.h21 bool DrawTexture();
DSurfaceTextureRenderer.h21 bool DrawTexture(GLfloat *affine);
DWarpRenderer.h24 bool DrawTexture(GLfloat *affine);
DYVURenderer.cpp77 bool YVURenderer::DrawTexture() in DrawTexture() function in YVURenderer
DWarpRenderer.cpp108 bool WarpRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in WarpRenderer
DSurfaceTextureRenderer.cpp119 bool SurfaceTextureRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in SurfaceTextureRenderer