Home
last modified time | relevance | path

Searched refs:mvp_matrix (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dpoint_cloud_renderer.cc50 void PointCloudRenderer::Draw(glm::mat4 mvp_matrix, ArSession *ar_session, in Draw() argument
65 glUniformMatrix4fv(uniform_mvp_mat_, 1, GL_FALSE, glm::value_ptr(mvp_matrix)); in Draw()
Dpoint_cloud_renderer.h47 void Draw(glm::mat4 mvp_matrix, ArSession *ar_session,
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltransformation.c277 filter->mvp_matrix = graphene_matrix_alloc (); in gst_gl_transformation_init()
299 graphene_matrix_free (transformation->mvp_matrix); in gst_gl_transformation_finalize()
396 transformation->projection_matrix, transformation->mvp_matrix); in gst_gl_transformation_build_mvp()
507 g_value_set_boxed (value, (gconstpointer) filter->mvp_matrix); in gst_gl_transformation_get_property()
688 graphene_matrix_transform_vec4 (transformation->mvp_matrix, vertex, &clip);
857 graphene_matrix_multiply (&tmp2, transformation->mvp_matrix, &tmp); in gst_gl_transformation_prepare_output_buffer()
977 graphene_matrix_to_float (transformation->mvp_matrix, temp_matrix); in gst_gl_transformation_callback()
Dgstgltransformation.h82 graphene_matrix_t *mvp_matrix; member