Searched defs:genProgramSources (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 1005 static glu::ProgramSources genProgramSources (GatherType, TextureType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange); 1211 // \note If componentNdx for genProgramSources() is -1, component index is not specified. 1212 glu::ProgramSources TextureGatherCase::genProgramSources (GatherType gatherType, function in class:deqp::gles31::Functional::__anon3719::TextureGatherCase 1346 m_program = MovePtr<ShaderProgram>(new ShaderProgram(renderCtx, genProgramSources(m_gatherType, m_textureType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange())));
|
Completed in 126 milliseconds