Searched refs:combined_value (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformatquery.c1065 GLint64 combined_value = 1; local in function:_mesa_GetInternalformativ
1088 combined_value *= current_value;
1092 combined_value *= 6;
1098 memcpy(buffer, &combined_value, sizeof(GLint64));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformatquery.c1075 GLint64 combined_value = 1; local in function:_mesa_GetInternalformativ
1098 combined_value *= current_value;
1102 combined_value *= 6;
1108 memcpy(buffer, &combined_value, sizeof(GLint64));

Completed in 7 milliseconds