Searched refs:GL_CON_7_ATI (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Datifragshader.c186 if (((arg < GL_CON_0_ATI) || (arg > GL_CON_7_ATI)) &&
672 if ((arg1 >= GL_CON_0_ATI) && (arg1 <= GL_CON_7_ATI) &&
673 (arg2 >= GL_CON_0_ATI) && (arg2 <= GL_CON_7_ATI) &&
674 (arg3 >= GL_CON_0_ATI) && (arg3 <= GL_CON_7_ATI) &&
778 if ((dst < GL_CON_0_ATI) || (dst > GL_CON_7_ATI)) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c77 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) {
/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c354 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) {
/external/mesa3d/include/GL/
H A Dglext.h4571 #define GL_CON_7_ATI 0x8948 macro
/external/swiftshader/include/GL/
H A Dglext.h5305 #define GL_CON_7_ATI 0x8948 macro

Completed in 388 milliseconds