Searched refs:colorOdd (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderFramebufferFetchTests.cpp | 859 …tcu::TextureLevel genReferenceTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd, con… 860 void genSamplerTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd); 871 void TexelFetchTestCase::genSamplerTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd) in genSamplerTexture() argument 882 tcu::fillWithGrid(data.getAccess(), 8, colorEven, colorOdd); in genSamplerTexture() 911 …Case::genReferenceTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd, const tcu::Vec4&… in genReferenceTexture() argument 914 tcu::fillWithGrid(reference.getAccess(), 8, colorEven + fbColor, colorOdd + fbColor); in genReferenceTexture() 923 const tcu::Vec4 colorOdd = scaleColorValue(m_texFmt, tcu::Vec4(0.5f, 0.0f, 0.5f, 1.0f)); in iterate() local 925 genSamplerTexture(colorEven, colorOdd); in iterate() 926 tcu::TextureLevel reference = genReferenceTexture(colorEven, colorOdd, fbColor); in iterate()
|
/external/v8/benchmarks/ |
D | raytrace.js | 385 colorOdd: null, property 388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument 390 this.colorOdd = colorOdd; 404 return this.colorOdd;
|