Home
last modified time | relevance | path

Searched refs:projection_matrix_location (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c202 GLint projection_matrix_location; ///< Uniforms' locations member
822 opengl->projection_matrix_location = opengl->glprocs.glGetUniformLocation(opengl->program, "u_projectionMatrix"); in opengl_compile_shaders()
911 opengl->glprocs.glUniformMatrix4fv(opengl->projection_matrix_location, 1, GL_FALSE, opengl->projection_matrix); in opengl_prepare()

Completed in 3 milliseconds