Searched refs:non_pow_2_textures (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.c190 int non_pow_2_textures; ///< 1 when non power of 2 textures are supported member in struct:OpenGLContext
618 opengl->non_pow_2_textures = major >= 2 || strstr(extensions, "GL_ARB_texture_non_power_of_two");
625 av_log(opengl, AV_LOG_DEBUG, "Non Power of 2 textures support: %s\n", opengl->non_pow_2_textures ? "Yes" : "No");
702 if (opengl->non_pow_2_textures) {
1024 if (opengl->non_pow_2_textures) {
1032 if (opengl->non_pow_2_textures)

Completed in 64 milliseconds