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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c81 {"GL_ARB_fragment_program", ARB_FRAGMENT_PROGRAM, 0 },
1876 && gl_info->supported[ARB_FRAGMENT_PROGRAM]) return &arbfp_fragment_pipeline;
1905 && gl_info->supported[ARB_FRAGMENT_PROGRAM]) return &arbfp_blit;
2234 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
2315 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
2324 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM float constants: %d.\n", gl_info->limits.arb_ps_float_constants);
2327 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native float constants: %d.\n",
2331 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native temporaries: %d.\n", gl_info->limits.arb_ps_temps);
2334 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native instructions: %d.\n", gl_info->limits.arb_ps_instructions);
2337 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM loca
[all...]
H A Dwined3d_private.h1341 #define WINE_D3D9_CAPABLE(gl_info) WINE_D3D8_CAPABLE(gl_info) && (gl_info->supported[ARB_FRAGMENT_PROGRAM] && gl_info->supported[ARB_VERTEX_SHADER])
H A Dwined3d_gl.h1790 ARB_FRAGMENT_PROGRAM, enumerator in enum:wined3d_gl_extension
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c422 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Dwined3d_gl.h63 ARB_FRAGMENT_PROGRAM, enumerator in enum:wined3d_gl_extension
H A Ddirectx.c115 {"GL_ARB_fragment_program", ARB_FRAGMENT_PROGRAM },
847 if (!gl_info->supported[ARB_FRAGMENT_PROGRAM])
1765 if (level == 8 && gl_info->supported[ARB_FRAGMENT_PROGRAM]
2575 if (shader_backend_ops == &arb_program_shader_backend && gl_info->supported[ARB_FRAGMENT_PROGRAM])
2602 if (gl_info->supported[ARB_VERTEX_PROGRAM] || gl_info->supported[ARB_FRAGMENT_PROGRAM])
2612 && gl_info->supported[ARB_FRAGMENT_PROGRAM])
2732 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
2809 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
2813 TRACE("Max ARB_FRAGMENT_PROGRAM float constants: %d.\n", gl_info->limits.arb_ps_float_constants);
2816 TRACE("Max ARB_FRAGMENT_PROGRAM nativ
[all...]
H A Darb_program_shader.c4712 if (gl_info->supported[ARB_FRAGMENT_PROGRAM] && !priv->use_arbfp_fixed_func)
4790 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
5089 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
7403 if (!gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Dutils.c701 ARB_FRAGMENT_PROGRAM, NULL},
1797 if (gl_info->supported[EXT_PALETTED_TEXTURE] || gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Dcontext.c1977 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Dsurface.c2699 blit_supported = gl_info->supported[EXT_PALETTED_TEXTURE] || gl_info->supported[ARB_FRAGMENT_PROGRAM];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c418 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Ddirectx.c72 {"GL_ARB_fragment_program", ARB_FRAGMENT_PROGRAM, 0 },
2148 && gl_info->supported[ARB_FRAGMENT_PROGRAM]) return &arbfp_fragment_pipeline;
2173 && gl_info->supported[ARB_FRAGMENT_PROGRAM]) return &arbfp_blit;
2425 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
2496 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
2500 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM float constants: %d.\n", gl_info->limits.arb_ps_float_constants);
2503 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native float constants: %d.\n",
2507 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native temporaries: %d.\n", gl_info->limits.arb_ps_temps);
2510 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native instructions: %d.\n", gl_info->limits.arb_ps_instructions);
2513 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM loca
[all...]
H A Dutils.c658 ARB_FRAGMENT_PROGRAM, NULL},
1432 if (gl_info->supported[EXT_PALETTED_TEXTURE] || gl_info->supported[ARB_FRAGMENT_PROGRAM])
3109 else if (gl_info->supported[ARB_FRAGMENT_PROGRAM]) *ps_selected = SHADER_ARB;
H A Dcontext.c1822 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Darb_program_shader.c4422 else if (gl_info->supported[ARB_FRAGMENT_PROGRAM] && !priv->use_arbfp_fixed_func)
4688 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Dwined3d_private.h1313 #define WINE_D3D9_CAPABLE(gl_info) WINE_D3D8_CAPABLE(gl_info) && (gl_info->supported[ARB_FRAGMENT_PROGRAM] && gl_info->supported[ARB_VERTEX_SHADER])
H A Dwined3d_gl.h1785 ARB_FRAGMENT_PROGRAM, enumerator in enum:wined3d_gl_extension

Completed in 245 milliseconds