HomeSort by relevance Sort by last modified time
    Searched defs:blend_support (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
api_validate.c 96 * with a matching "blend_support" layout qualifier. If the current
103 const GLbitfield blend_support = !prog ? 0 : prog->sh.fs.BlendSupport; local
105 if ((blend_support & ctx->Color._AdvancedBlendMode) == 0) {
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 606 unsigned blend_support:1; /**< Are there any blend_support_ qualifiers */ member in struct:ast_type_qualifier::__anon29170::__anon29171
    [all...]

Completed in 83 milliseconds