Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/jni/
H A 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()
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DYVURenderer.h21 bool DrawTexture();
H A DSurfaceTextureRenderer.h21 bool DrawTexture(GLfloat *affine);
H A DWarpRenderer.h24 bool DrawTexture(GLfloat *affine);
H A DYVURenderer.cpp77 bool YVURenderer::DrawTexture() in DrawTexture() function in YVURenderer
H A DSurfaceTextureRenderer.cpp119 bool SurfaceTextureRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in SurfaceTextureRenderer
H A DWarpRenderer.cpp112 bool WarpRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in WarpRenderer