HomeSort by relevance Sort by last modified time
    Searched refs:TestFunc (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/test/intltest/
testidna.h 30 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength,
72 void testToASCII(const char* testName, TestFunc func);
73 void testToUnicode(const char* testName, TestFunc func);
74 void testIDNToUnicode(const char* testName, TestFunc func);
75 void testIDNToASCII(const char* testName, TestFunc func);
77 void testChaining(const char* toASCIIName, TestFunc toASCII,
78 const char* toUnicodeName, TestFunc toUnicode);
83 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE);
90 void testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII,
91 const char* IDNToUnicodeName, TestFunc IDNToUnicode)
    [all...]
testidna.cpp 452 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){
692 void TestIDNA::testToASCII(const char* testName, TestFunc func){
704 void TestIDNA::testToUnicode(const char* testName, TestFunc func){
716 void TestIDNA::testIDNToUnicode(const char* testName, TestFunc func){
742 void TestIDNA::testIDNToASCII(const char* testName, TestFunc func){
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.hpp 84 typedef void (*TestFunc)(NegativeTestContext& ctx);
88 TestFunc function;
es31fSeparateShaderTests.cpp 1004 typedef void (SeparateShaderTest::*TestFunc)
1012 TestFunc testFunc);
1048 TestFunc m_testFunc;
1075 TestFunc testFunc)
1081 , m_testFunc (testFunc)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 45 rr::TestFunc mapGLTestFunc (deUint32 func);
sglrReferenceUtils.cpp 215 rr::TestFunc mapGLTestFunc (deUint32 func)
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 80 enum TestFunc
176 TestFunc func;
237 TestFunc depthFunc;
rrFragmentOperations.hpp 137 void executeDepthCompare (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::ConstPixelBufferAccess& depthBuffer);
rrFragmentOperations.cpp 164 void FragmentProcessor::executeDepthCompare (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::ConstPixelBufferAccess& depthBuffer)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 44 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength,
73 UBool doCompare, UBool testUnassigned, TestFunc func){
432 TestFunc func = uidna_toASCII;
446 TestFunc func = uidna_toUnicode;
463 TestFunc func = uidna_IDNToUnicode;
492 TestFunc func=uidna_IDNToASCII;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboApiTest.cpp 553 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context);
555 FboApiCase (Context& context, const char* name, const char* description, TestFunc test);
564 TestFunc m_testFunc;
567 FboApiCase::FboApiCase (Context& context, const char* name, const char* description, TestFunc test)
  /external/deqp/modules/gles3/functional/
es3fFboApiTests.cpp 529 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context);
531 FboApiCase (Context& context, const char* name, const char* description, TestFunc test);
540 TestFunc m_testFunc;
543 FboApiCase::FboApiCase (Context& context, const char* name, const char* description, TestFunc test)

Completed in 374 milliseconds