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

/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.hpp86 struct FunctionContainer struct in namespace:deqp::gles31::Functional::NegativeTestShared
H A Des31fDebugTests.cpp241 struct FunctionContainer struct in namespace:deqp::gles31::Functional::__anon3563
248 vector<FunctionContainer> getUserMessageFuncs (void)
250 FunctionContainer funcs[] =
257 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
2873 tcu::TestCaseGroup* createChildCases (CaseType type, Context& ctx, const char* name, const char* desc, const vector<FunctionContainer>& funcs)
2883 vector<FunctionContainer> wrapCoreFunctions (const vector<NegativeTestShared::FunctionContainer>& fns)
2885 vector<FunctionContainer> retVal;
2900 const vector<FunctionContainer> bufferFuncs = wrapCoreFunctions(NegativeTestShared::getNegativeBufferApiTestFunctions());
2901 const vector<FunctionContainer> textureFunc
[all...]

Completed in 72 milliseconds