Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Dopengl_enc.c191 int non_pow_2_textures; ///< 1 when non power of 2 textures are supported member
611 … opengl->non_pow_2_textures = major >= 2 || strstr(extensions, "GL_ARB_texture_non_power_of_two"); in opengl_read_limits()
618 …av_log(h, AV_LOG_DEBUG, "Non Power of 2 textures support: %s\n", opengl->non_pow_2_textures ? "Yes… in opengl_read_limits()
695 if (opengl->non_pow_2_textures) { in opengl_get_texture_size()
1019 if (opengl->non_pow_2_textures) { in opengl_init_context()
1027 if (opengl->non_pow_2_textures) in opengl_init_context()