Searched refs:usesSecondaryColor (Results 1 – 4 of 4) sorted by relevance
70 bool usesSecondaryColor() const { return mUsesSecondaryColor; } in usesSecondaryColor() function
148 bool usesSecondaryColor() const;
1257 if (metadata.usesSecondaryColor()) in getPixelShaderOutputKey()
428 bool ProgramD3DMetadata::usesSecondaryColor() const in usesSecondaryColor() function in rx::ProgramD3DMetadata431 return (shader && shader->usesSecondaryColor()); in usesSecondaryColor()