Lines Matching refs:CAP
125 #define CAP(name) capsMap->insert(std::make_pair(String(#name), \ in fill_caps() macro
127 CAP(fbFetchSupport); in fill_caps()
128 CAP(fbFetchNeedsCustomOutput); in fill_caps()
129 CAP(dropsTileOnZeroDivide); in fill_caps()
130 CAP(flatInterpolationSupport); in fill_caps()
131 CAP(noperspectiveInterpolationSupport); in fill_caps()
132 CAP(externalTextureSupport); in fill_caps()
133 CAP(texelFetchSupport); in fill_caps()
134 CAP(imageLoadStoreSupport); in fill_caps()
135 CAP(mustEnableAdvBlendEqs); in fill_caps()
136 CAP(mustEnableSpecificAdvBlendEqs); in fill_caps()
137 CAP(mustDeclareFragmentShaderOutput); in fill_caps()
138 CAP(canUseAnyFunctionInShader); in fill_caps()
139 CAP(floatIs32Bits); in fill_caps()
140 CAP(integerSupport); in fill_caps()
141 #undef CAP in fill_caps()