Home
last modified time | relevance | path

Searched refs:position_attrib (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c80 GLint position_attrib; member
132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
149 gl->EnableVertexAttribArray (overlay->position_attrib); in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
203 gl->EnableVertexAttribArray (overlay->position_attrib); in gst_gl_composition_overlay_bind_vertex_buffer()
312 GLint position_attrib, GLint texcoord_attrib) in gst_gl_composition_overlay_new() argument
322 overlay->position_attrib = position_attrib; in gst_gl_composition_overlay_new()
567 compositor->position_attrib = in gst_gl_overlay_compositor_init_gl()
682 compositor->position_attrib, compositor->texcoord_attrib); in gst_gl_overlay_compositor_upload_overlays()
Dgstgloverlaycompositor.h57 gint position_attrib; member
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c208 GLint position_attrib; ///< Attibutes' locations member
820 opengl->position_attrib = opengl->glprocs.glGetAttribLocation(opengl->program, "a_position"); in opengl_compile_shaders()
1233 …opengl->glprocs.glVertexAttribPointer(opengl->position_attrib, 3, GL_FLOAT, GL_FALSE, sizeof(OpenG… in opengl_draw()
1234 opengl->glprocs.glEnableVertexAttribArray(opengl->position_attrib); in opengl_draw()