Searched defs:FunctionContainer (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.hpp89 struct FunctionContainer struct in namespace:deqp::gles31::Functional::NegativeTestShared
H A Des31fDebugTests.cpp253 struct FunctionContainer struct in namespace:deqp::gles31::Functional::__anon4572
260 vector<FunctionContainer> getUserMessageFuncs (void)
262 FunctionContainer funcs[] =
269 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
2915 tcu::TestCaseGroup* createChildCases (CaseType type, Context& ctx, const char* name, const char* desc, const vector<FunctionContainer>& funcs)
2925 vector<FunctionContainer> wrapCoreFunctions (const vector<NegativeTestShared::FunctionContainer>& fns)
2927 vector<FunctionContainer> retVal;
2942 const vector<FunctionContainer> bufferFuncs = wrapCoreFunctions(NegativeTestShared::getNegativeBufferApiTestFunctions());
2943 const vector<FunctionContainer> textureFunc
[all...]

Completed in 109 milliseconds