Home
last modified time | relevance | path

Searched refs:colorEven (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp859 …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 tcu::TextureLevel TexelFetchTestCase::genReferenceTexture (const tcu::Vec4& colorEven, const tcu::V… in genReferenceTexture() argument
914 tcu::fillWithGrid(reference.getAccess(), 8, colorEven + fbColor, colorOdd + fbColor); in genReferenceTexture()
922 const tcu::Vec4 colorEven = scaleColorValue(m_texFmt, tcu::Vec4(0.5f, 0.5f, 0.0f, 1.0f)); in iterate() local
925 genSamplerTexture(colorEven, colorOdd); in iterate()
926 tcu::TextureLevel reference = genReferenceTexture(colorEven, colorOdd, fbColor); in iterate()
/external/v8/benchmarks/
Draytrace.js384 colorEven: null, property
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
389 this.colorEven = colorEven;
402 return this.colorEven;