/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | polygon.h | 55 _mesa_PolygonOffsetEXT( GLfloat factor, GLfloat bias );
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_pixel.c | 27 p->bias = zero_color; 110 p->bias.r = param; 113 p->bias.g = param; 116 p->bias.b = param; 119 p->bias.a = param; 608 if (from->bias.r != to->bias.r) 610 diff_api.PixelTransferf (GL_RED_BIAS, to->bias.r); 611 from->bias.r = to->bias [all...] |
H A D | state_regcombiner.c | 47 reg->rgb[i].bias = GL_NONE; 69 reg->alpha[i].bias = GL_NONE; 315 void STATE_APIENTRY crStateCombinerOutputNV( GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum ) argument 324 "sumOutput=0x%x scale=0x%x bias=0x%x abDotProduct=0x%x " 327 stage, portion, abOutput, cdOutput, sumOutput, scale, bias, 355 if( bias != GL_NONE && bias != GL_BIAS_BY_NEGATIVE_ONE_HALF_NV ) 357 crStateError(__LINE__, __FILE__, GL_INVALID_OPERATION, "CombinerOutputNV passed bogus bias: 0x%x", bias ); 361 if( bias [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/state/ |
H A D | cr_pixel.h | 34 GLcolorf bias; member in struct:__anon16221
|
H A D | cr_regcombiner.h | 23 GLenum scale, bias; member in struct:__anon16229 56 CRbitvalue regCombinerOutput[CR_MAX_GENERAL_COMBINERS][CR_MAX_BITARRAY]; /* rgb/alpha[].abOutput, .cdOutput, .sumOutput, .scale, .bias, .abDotProduct, .cdDotProduct, .muxSum */
|
H A D | cr_attrib.h | 195 GLcolorf bias; member in struct:__anon16159
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | fbbits.h | 602 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 672 FIXUP_ERROR(e, octant, bias); 723 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 836 FIXUP_ERROR(e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | fbbits.h | 602 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 672 FIXUP_ERROR(e, octant, bias); 723 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 836 FIXUP_ERROR(e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | fbbits.h | 670 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 743 FIXUP_ERROR (e, octant, bias); 802 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 919 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | fbbits.h | 672 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 747 FIXUP_ERROR (e, octant, bias); 809 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 926 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | fbbits.h | 602 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 672 FIXUP_ERROR(e, octant, bias); 723 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 836 FIXUP_ERROR(e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | fbbits.h | 602 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 672 FIXUP_ERROR(e, octant, bias); 723 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 836 FIXUP_ERROR(e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | fbbits.h | 602 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 672 FIXUP_ERROR(e, octant, bias); 723 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 836 FIXUP_ERROR(e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | fbbits.h | 670 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 743 FIXUP_ERROR (e, octant, bias); 802 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 919 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | fbbits.h | 670 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 743 FIXUP_ERROR (e, octant, bias); 802 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); local 921 FIXUP_ERROR (e, octant, bias);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | glsl_shader.c | 2063 const char *bias, const char *coord_reg_fmt, ...) 2081 if(bias) { 2136 if(bias) { 2137 shader_addline(ins->ctx->buffer, ", %s)%s);\n", bias, dst_swizzle); 3250 glsl_src_param_t bias; local 3251 shader_glsl_add_src_param(ins, &ins->src[0], WINED3DSP_WRITEMASK_3, &bias); 3252 shader_glsl_gen_sample_code(ins, sampler_idx, &sample_function, swizzle, NULL, NULL, bias.param_str, 2060 shader_glsl_gen_sample_code(const struct wined3d_shader_instruction *ins, DWORD sampler, const glsl_sample_function_t *sample_function, DWORD swizzle, const char *dx, const char *dy, const char *bias, const char *coord_reg_fmt, ...) argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | glsl_shader.c | 2016 const char *bias, const char *coord_reg_fmt, ...) 2034 if(bias) { 2089 if(bias) { 2090 shader_addline(ins->ctx->buffer, ", %s)%s);\n", bias, dst_swizzle); 3127 glsl_src_param_t bias; local 3128 shader_glsl_add_src_param(ins, &ins->src[0], WINED3DSP_WRITEMASK_3, &bias); 3129 shader_glsl_gen_sample_code(ins, sampler_idx, &sample_function, swizzle, NULL, NULL, bias.param_str, 2013 shader_glsl_gen_sample_code(const struct wined3d_shader_instruction *ins, DWORD sampler, const glsl_sample_function_t *sample_function, DWORD swizzle, const char *dx, const char *dy, const char *bias, const char *coord_reg_fmt, ...) argument
|