Home
last modified time | relevance | path

Searched refs:DrawTexture (Results 1 – 7 of 7) 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/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
DSurfaceTextureRenderer.cpp119 bool SurfaceTextureRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in SurfaceTextureRenderer
DWarpRenderer.cpp112 bool WarpRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in WarpRenderer