HomeSort by relevance Sort by last modified time
    Searched refs:getTestContext (Results 176 - 200 of 261) sorted by null

1 2 3 4 5 6 78 91011

  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 112 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP)
es3fTextureShadowTests.cpp 215 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP)
468 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP)
763 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP)
    [all...]
es3fRandomFragmentOpTests.cpp 240 , m_callLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
es3fIntegerStateQueryTests.cpp     [all...]
es3fVertexArrayObjectTests.cpp 180 , m_log (context.getTestContext().getLog())
698 , m_log (context.getTestContext().getLog())
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest3.java 69 mService.mPackageMonitor.onReceive(getTestContext(),
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 924 if (tcu::intThresholdPositionDeviationCompare(context.getTestContext().getLog(),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 203 tcu::TestContext& testCtx = m_context.getTestContext();
350 tcu::TestContext& testCtx = m_context.getTestContext();
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 75 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, evalBuiltinConstant)
196 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, m_evaluator)
es2fShaderLoopTests.cpp 228 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc)
    [all...]
es2fShaderTextureFunctionTests.cpp 247 : gls::ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, m_evaluator)
562 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc);
es2fIntegerStateQueryTests.cpp     [all...]
es2fRandomFragmentOpTests.cpp 240 , m_callLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 279 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName);
305 group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
418 tcu::TestContext& testCtx = m_context.getTestContext();
    [all...]
vktShaderCommonFunctionTests.cpp 408 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName);
434 group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
540 tcu::TestContext& testCtx = m_context.getTestContext();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp     [all...]
es31fTextureFilteringTests.cpp 187 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP)
es31fTextureFormatTests.cpp 274 , m_renderer (renderCtx, ctx.getTestContext().getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP)
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 285 window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_eglTestCtx.getTestContext().getCommandLine())));
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 115 , m_log (context.getTestContext().getLog())
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java 564 testResults.add(new TestResult(suiteResult.getTestContext()));
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 637 if (comparePixelBuffers(m_context.getTestContext().getLog(), m_texture, m_format, reference.getAccess(), result))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 320 TestLog& log = context.getTestContext().getLog();
909 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform()))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 733 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Unknown Uniform type: " << type << tcu::TestLog::EndMessage;
    [all...]

Completed in 1064 milliseconds

1 2 3 4 5 6 78 91011