Searched refs:fbColorOdd (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderFramebufferFetchTests.cpp | 1097 void genFramebufferWithGrid (const tcu::Vec4& fbColorEven, const tcu::Vec4& fbColorOdd); 1098 tcu::TextureLevel genReferenceTexture (const tcu::Vec4& fbColorEven, const tcu::Vec4& fbColorOdd); 1129 void FragmentDiscardTestCase::genFramebufferWithGrid (const tcu::Vec4& fbColorEven, const tcu::Vec4& fbColorOdd) in genFramebufferWithGrid() argument 1139 tcu::fillWithGrid(data.getAccess(), 8, fbColorEven, fbColorOdd); in genFramebufferWithGrid() 1148 tcu::TextureLevel FragmentDiscardTestCase::genReferenceTexture (const tcu::Vec4& fbColorEven, const tcu::Vec4& fbColorOdd) in genReferenceTexture() argument 1151 tcu::fillWithGrid(reference.getAccess(), 8, fbColorEven + fbColorEven, fbColorOdd); in genReferenceTexture() 1159 const tcu::Vec4 fbColorOdd = scaleColorValue(m_texFmt, tcu::Vec4(0.0f, 1.0f, 1.0f, 1.0f)); in iterate() local 1161 tcu::TextureLevel reference = genReferenceTexture(fbColorEven, fbColorOdd); in iterate() 1163 genFramebufferWithGrid(fbColorEven, fbColorOdd); in iterate()
|
Completed in 3 milliseconds