Searched refs:DrawTexture (Results 1 – 7 of 7) sorted by relevance
635 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()
21 bool DrawTexture();
21 bool DrawTexture(GLfloat *affine);
24 bool DrawTexture(GLfloat *affine);
77 bool YVURenderer::DrawTexture() in DrawTexture() function in YVURenderer
119 bool SurfaceTextureRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in SurfaceTextureRenderer
112 bool WarpRenderer::DrawTexture(GLfloat *affine) in DrawTexture() function in WarpRenderer