Searched refs:subpixel_bits (Results 1 – 1 of 1) sorted by relevance
4238 GLint subpixel_bits; in wined3d_adapter_init_gl_caps() local4240 gl_info->gl_ops.gl.p_glGetIntegerv(GL_VIEWPORT_SUBPIXEL_BITS, &subpixel_bits); in wined3d_adapter_init_gl_caps()4241 TRACE("Viewport supports %d subpixel bits.\n", subpixel_bits); in wined3d_adapter_init_gl_caps()4242 if (subpixel_bits < 8 && gl_info->supported[ARB_CLIP_CONTROL]) in wined3d_adapter_init_gl_caps()