| /external/deqp/modules/egl/ |
| teglMultiThreadTests.cpp | 1104 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); 1115 window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL, eglu::WindowParams(64, 64, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); 1142 window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL, eglu::WindowParams(64, 64, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); [all...] |
| teglSwapBuffersTests.cpp | 273 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
|
| teglNativeColorMappingTests.cpp | 485 windowFactory = &eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); 500 pixmapFactory = &eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
|
| teglNativeCoordMappingTests.cpp | 518 windowFactory = &eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); 533 pixmapFactory = &eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
|
| teglResizeTests.cpp | 146 const CommandLine& cmdLine = m_testCtx.getCommandLine();
|
| teglNegativeApiTests.cpp | [all...] |
| teglGLES2SharingTests.cpp | 158 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); 178 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), *display, config, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); [all...] |
| teglImageFormatTests.cpp | [all...] |
| teglSyncTests.cpp | 186 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); 218 m_nativeWindow = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, m_eglConfig, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); [all...] |
| /external/deqp/modules/gles2/functional/ |
| es2fRandomFragmentOpTests.cpp | 297 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
|
| es2fDepthStencilTests.cpp | [all...] |
| es2fMultisampleTests.cpp | 77 int cmdLineValue = ctx.getCommandLine().getTestIterationCount(); [all...] |
| /external/deqp/modules/gles3/functional/ |
| es3fRandomFragmentOpTests.cpp | 297 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
|
| es3fUniformBlockTests.cpp | 50 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
|
| es3fDepthStencilTests.cpp | [all...] |
| /external/deqp/modules/gles31/functional/ |
| es31fFboNoAttachmentTests.cpp | 595 de::Random rng (0xF0E1E2D3 ^ testCtx.getCommandLine().getBaseSeed());
|
| es31fTextureFilteringTests.cpp | 324 const deUint32 randomSeed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getCommandLine().getBaseSeed();
|
| es31fUniformLocationTests.cpp | 227 const int baseSeed = m_testCtx.getCommandLine().getBaseSeed(); 704 const int baseSeed = m_context.getTestContext().getCommandLine().getBaseSeed(); [all...] |
| es31fTextureGatherTests.cpp | [all...] |
| es31fDebugTests.cpp | 929 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed(); [all...] |
| /external/deqp/modules/glshared/ |
| glsMemoryStressCase.cpp | 844 if (!m_testCtx.getCommandLine().isOutOfMemoryTestEnabled())
|
| glsLongStressCase.cpp | 136 const int cmdLineVal = testCtx.getCommandLine().getTestIterationCount(); [all...] |
| /external/deqp/modules/gles3/performance/ |
| es3pDepthTests.cpp | 558 de::Random rng (deInt32Hash(deStringHash(getName())) ^ m_testCtx.getCommandLine().getBaseSeed()); [all...] |
| /external/deqp/framework/common/ |
| tcuCommandLine.cpp | 678 const de::cmdline::CommandLine& CommandLine::getCommandLine (void) const
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| PostCompilerBuilder.java | 648 e.getCommandLine()); [all...] |