Searched defs:iterate (Results 26 - 50 of 574) sorted by relevance

1234567891011>>

/external/deqp/external/openglcts/modules/common/
H A DglcConfigPackage.cpp43 tcu::TestNode::IterateResult iterate(tcu::TestCase* testCase);
64 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) function in class:glcts::config::TestCaseWrapper
66 const tcu::TestCase::IterateResult result = testCase->iterate();
H A DglcExposedExtensionsTests.cpp50 tcu::TestNode::IterateResult iterate(void);
97 tcu::TestNode::IterateResult ExposedExtensionsTest::iterate(void) function in class:glcts::ExposedExtensionsTest
H A DglcInfoTests.cpp51 IterateResult iterate(void) function in class:deqp::QueryStringCase
75 IterateResult iterate(void) function in class:deqp::QueryExtensionsCase
95 IterateResult iterate(void) function in class:deqp::RenderTargetInfoCase
H A DglcConfigListCase.cpp122 ConfigListCase::IterateResult ConfigListCase::iterate(void) function in class:glcts::ConfigListCase
H A DglcContextFlagsTests.cpp58 virtual IterateResult iterate(void);
88 tcu::TestNode::IterateResult ContextFlagsCase::iterate(void) function in class:glcts::ContextFlagsCase
H A DglcNoDefaultContextPackage.cpp42 tcu::TestNode::IterateResult iterate(tcu::TestCase* testCase);
63 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) function in class:glcts::nodefaultcontext::TestCaseWrapper
65 const tcu::TestCase::IterateResult result = testCase->iterate();
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedNegative.cpp58 tcu::TestNode::IterateResult DrawBuffersIndexedNegative::iterate() function in class:glcts::DrawBuffersIndexedNegative
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderClipping.cpp156 * @return STOP if the test has finished, CONTINUE to indicate iterate should be called once again.
159 tcu::TestNode::IterateResult GeometryShaderClipping::iterate(void) function in class:glcts::GeometryShaderClipping
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5SSBOArrayIndexing.cpp140 * @return STOP if the test has finished, CONTINUE to indicate iterate should be called once again.
144 tcu::TestNode::IterateResult GPUShader5SSBOArrayIndexing::iterate(void) function in class:glcts::GPUShader5SSBOArrayIndexing
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampGetTexParameterIErrors.cpp96 * @return STOP if the test has finished, CONTINUE to indicate iterate should be called once again.
98 tcu::TestNode::IterateResult TextureBorderClampGetTexParameterIErrorsTest::iterate(void) function in class:glcts::TextureBorderClampGetTexParameterIErrorsTest
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferAtomicFunctions.cpp168 * @return STOP if the test has finished, CONTINUE to indicate iterate should be called once again.
170 tcu::TestNode::IterateResult TextureBufferAtomicFunctions::iterate(void) function in class:glcts::TextureBufferAtomicFunctions
H A DesextcTextureBufferErrors.cpp162 * @return STOP if the test has finished, CONTINUE to indicate iterate should be called once again.
164 tcu::TestNode::IterateResult TextureBufferErrors::iterate(void) function in class:glcts::TextureBufferErrors
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayFBOIncompleteness.cpp162 tcu::TestCase::IterateResult TextureCubeMapArrayFBOIncompleteness::iterate() function in class:glcts::TextureCubeMapArrayFBOIncompleteness
/external/deqp/modules/egl/
H A DteglConfigList.cpp60 tcu::TestNode::IterateResult ConfigList::iterate (void) function in class:deqp::egl::ConfigList
/external/deqp/modules/gles31/functional/
H A Des31fFramebufferDefaultStateQueryTests.cpp58 IterateResult iterate (void);
73 FramebufferTest::IterateResult FramebufferTest::iterate (void) function in class:deqp::gles31::Functional::__anon5346::FramebufferTest
/external/deqp/modules/gles31/
H A Dtes31TestPackage.cpp45 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase);
73 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) function in class:deqp::gles31::TestCaseWrapper
76 const tcu::TestCase::IterateResult result = testCase->iterate();
78 // Call implementation specific post-iterate routine (usually handles native events and swaps buffers)
/external/deqp/modules/internal/
H A DditAstcTests.cpp47 IterateResult iterate (void);
101 AstcCase::IterateResult AstcCase::iterate (void) function in class:dit::__anon5539::AstcCase
H A DditDelibsTests.cpp106 IterateResult iterate (void) function in class:dit::GetUint32Case
H A DditImageIOTests.cpp50 IterateResult iterate (void) function in class:dit::ImageReadCase
H A DditSRGB8ConversionTest.cpp68 IterateResult iterate (void) function in class:dit::__anon5541::SRGB8ConversionTest
H A DditTestPackage.cpp94 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) function in class:dit::TestCaseExecutor
96 return testCase->iterate();
/external/parameter-framework/upstream/parameter/
H A DRuleParser.cpp65 if (!iterate(strError)) {
147 bool CRuleParser::iterate(string &strError) function in class:CRuleParser
/external/selinux/libsemanage/src/
H A Ddatabase_policydb.h84 record_policydb_table_iterate_t iterate; member in struct:record_policydb_table
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSyncTests.cpp86 tcu::TestNode::IterateResult FlushCommandsTest::iterate() function in class:gl4cts::Sync::FlushCommandsTest
/external/deqp/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp45 tcu::TestNode::IterateResult iterate(tcu::TestCase* testCase);
73 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) function in class:es2cts::TestCaseWrapper
86 result = testCase->iterate();
88 // Call implementation specific post-iterate routine (usually handles native events and swaps buffers)

Completed in 1622 milliseconds

1234567891011>>