Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c209 GLint texture_coords_attrib; member
821 opengl->texture_coords_attrib = opengl->glprocs.glGetAttribLocation(opengl->program, "a_textureCoords"); in opengl_compile_shaders()
1235 opengl->glprocs.glVertexAttribPointer(opengl->texture_coords_attrib, 2, GL_FLOAT, GL_FALSE, sizeof(OpenGLVertexInfo), 12); in opengl_draw()
1236 opengl->glprocs.glEnableVertexAttribArray(opengl->texture_coords_attrib); in opengl_draw()

Completed in 4 milliseconds