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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c197 GLuint texture_name[4]; ///< Textures' IDs member in struct:OpenGLContext
283 glDeleteTextures(4, opengl->texture_name);
284 opengl->texture_name[0] = opengl->texture_name[1] =
285 opengl->texture_name[2] = opengl->texture_name[3] = 0;
923 glBindTexture(GL_TEXTURE_2D, opengl->texture_name[i]);
1011 glGenTextures(desc->nb_components, opengl->texture_name);
1020 opengl_configure_texture(opengl, opengl->texture_name[0], opengl->width, opengl->height);
1033 opengl_configure_texture(opengl, opengl->texture_name[
[all...]

Completed in 106 milliseconds