Searched defs:ATI_FFP_CONST_TFACTOR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dati_fragment_shader.c54 #define ATI_FFP_CONST_TFACTOR GL_CON_6_ATI macro
295 ret = ATI_FFP_CONST_TFACTOR;
903 GL_EXTCALL(glSetFragmentShaderConstantATI(ATI_FFP_CONST_TFACTOR, col));
904 checkGLcall("glSetFragmentShaderConstantATI(ATI_FFP_CONST_TFACTOR, col)");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dati_fragment_shader.c53 #define ATI_FFP_CONST_TFACTOR GL_CON_6_ATI macro
298 ret = ATI_FFP_CONST_TFACTOR;
864 GL_EXTCALL(glSetFragmentShaderConstantATI(ATI_FFP_CONST_TFACTOR, col));
865 checkGLcall("glSetFragmentShaderConstantATI(ATI_FFP_CONST_TFACTOR, col)");

Completed in 58 milliseconds