Searched refs:SupportedBumpUnits (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dtexenv.c455 if (!((1 << (iparam0 - GL_TEXTURE0)) & ctx->Const.SupportedBumpUnits)) {
888 if (ctx->Const.SupportedBumpUnits & (1 << i)) {
896 if (ctx->Const.SupportedBumpUnits & (1 << i)) {
938 if (ctx->Const.SupportedBumpUnits & (1 << i)) {
946 if (ctx->Const.SupportedBumpUnits & (1 << i)) {
H A Dcontext.c656 ctx->Const.SupportedBumpUnits = SUPPORTED_ATI_BUMP_UNITS;
H A Dmtypes.h2880 GLbitfield SupportedBumpUnits; member in struct:gl_constants

Completed in 928 milliseconds