HomeSort by relevance Sort by last modified time
    Searched refs:SupportedBumpUnits (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
texenv.c 455 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)) {
context.c 656 ctx->Const.SupportedBumpUnits = SUPPORTED_ATI_BUMP_UNITS;
    [all...]
mtypes.h     [all...]

Completed in 57 milliseconds