Lines Matching refs:supported
51 * Check if a coordinate wrap mode is supported for the texture target.
59 bool supported;
66 supported = (ctx->API == API_OPENGL_COMPAT)
71 supported = true;
75 supported = ctx->API != API_OPENGLES && e->ARB_texture_border_clamp
81 supported = (target != GL_TEXTURE_RECTANGLE_NV)
86 supported = is_desktop_gl
93 supported = is_desktop_gl
100 supported = is_desktop_gl && e->EXT_texture_mirror_clamp
106 supported = false;
110 if (!supported)
113 return supported;