HomeSort by relevance Sort by last modified time
    Searched refs:testCtx (Results 301 - 325 of 649) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/gles2/functional/
es2fTextureStateQueryTests.cpp 57 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) = DE_NULL;
58 virtual void verifyFloat (tcu::TestContext& testCtx, GLenum target, GLenum name, GLfloat reference) = DE_NULL;
83 void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference);
84 void verifyFloat (tcu::TestContext& testCtx, GLenum target, GLenum name, GLfloat reference);
92 void GetTexParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference)
99 if (!state.verifyValidity(testCtx))
104 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state << TestLog::EndMessage;
106 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
107 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid texture param value");
111 void GetTexParameterIVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum target, GLenum name, GLfloat reference
    [all...]
es2fIntegerStateQueryTests.cpp 71 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
72 virtual void verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3) = DE_NULL;
73 virtual void verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bool enableRef0, GLint reference1, bool enableRef1, GLint reference2, bool enableRef2, GLint reference3, bool enableRef3) = DE_NULL;
74 virtual void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
75 virtual void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference) = DE_NULL;
76 virtual void verifyIntegerGreaterOrEqual2 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1) = DE_NULL;
77 virtual void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) = DE_NULL;
78 virtual void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) = DE_NULL;
106 void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference);
107 void verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 509 BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc)
536 : TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, desc)
725 RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc)
737 : BaseCase (testCtx, renderCtx, name, desc)
894 RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc);
906 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc)
907 : BaseCase (testCtx, renderCtx, name, desc)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp 46 void checkRenderbufferComponentSize (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, int r, int g, int b, int a, int d, int s)
71 if (!state.verifyValidity(testCtx))
76 testCtx.getLog() << TestLog::Message << "// ERROR: Expected greater or equal to " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage;
77 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
78 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value");
83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
89 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
90 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
91 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value");
95 void checkIntGreaterOrEqual (tcu::TestContext& testCtx, GLint got, GLint expected
    [all...]
es3fBooleanStateQueryTests.cpp 53 virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) = DE_NULL;
54 virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) = DE_NULL;
81 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
82 void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3);
90 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
99 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
100 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
101 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value");
105 void IsEnabledVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3)
107 DE_UNREF(testCtx);
    [all...]
es3fIntegerStateQueryTests.cpp 71 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
72 virtual void verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1, GLint reference2, GLint reference3) = DE_NULL;
73 virtual void verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bool enableRef0, GLint reference1, bool enableRef1, GLint reference2, bool enableRef2, GLint reference3, bool enableRef3) = DE_NULL;
74 virtual void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
75 virtual void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference) = DE_NULL;
76 virtual void verifyIntegerLessOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
77 virtual void verifyIntegerGreaterOrEqual2 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint reference1) = DE_NULL;
78 virtual void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) = DE_NULL;
79 virtual void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) = DE_NULL;
107 void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference)
    [all...]
es3fBufferObjectQueryTests.cpp 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
54 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
55 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
56 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value");
60 void checkPointerEquals (tcu::TestContext& testCtx, const void* got, const void* expected)
66 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
67 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
68 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value");
80 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) = DE_NULL;
81 virtual void verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference) = DE_NULL
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInputGeometryShaderTests.cpp 122 GeometryExpanderRenderTest (TestContext& testCtx,
134 GeometryExpanderRenderTest::GeometryExpanderRenderTest (TestContext& testCtx, const PrimitiveTestSpec& inputPrimitives)
135 : TestCase (testCtx, inputPrimitives.name, inputPrimitives.name)
229 TriangleStripAdjacencyVertexCountTest (TestContext& testCtx, const PrimitiveTestSpec& inputPrimitives, const int numInputVertices);
235 TriangleStripAdjacencyVertexCountTest::TriangleStripAdjacencyVertexCountTest (TestContext& testCtx, const PrimitiveTestSpec& inputPrimitives, const int numInputVertices)
236 : GeometryExpanderRenderTest (testCtx, inputPrimitives)
248 TestCaseGroup* createInputGeometryShaderTests (TestContext& testCtx)
250 MovePtr<TestCaseGroup> inputPrimitiveGroup (new TestCaseGroup(testCtx, "input", "Different input primitives."));
251 MovePtr<TestCaseGroup> basicPrimitiveGroup (new TestCaseGroup(testCtx, "basic_primitive", "Basic Primitive geometry tests"));
252 MovePtr<TestCaseGroup> triStripAdjacencyGroup (new TestCaseGroup(testCtx, "triangle_strip_adjacency", "Different triangle_strip_adjacency vertex counts."))
    [all...]
  /external/deqp/external/openglcts/modules/glesext/
esextcTestPackage.cpp 80 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
94 testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
95 testCtx.setTerminateAfter(true);
100 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
105 ESEXTTestPackage::ESEXTTestPackage(tcu::TestContext& testCtx, const char* packageName)
106 : TestPackage(testCtx, packageName, "OpenGL ES Extensions Conformance Tests",
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmConditionalBranchTests.cpp 51 tcu::TestContext& testCtx = group->getTestContext();
124 group->addChild(new SpvAsmComputeShaderCase(testCtx, testName.c_str(), "Tests both labels pointing to a same branch.", spec));
219 tcu::TestCaseGroup* createConditionalBranchComputeGroup (tcu::TestContext& testCtx)
221 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "conditional_branch", "Compute tests for OpBranchConditional."));
227 tcu::TestCaseGroup* createConditionalBranchGraphicsGroup (tcu::TestContext& testCtx)
229 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "conditional_branch", "Graphics tests for OpBranchConditional."));
vktSpvAsmUboMatrixPaddingTests.cpp 47 tcu::TestContext& testCtx = group->getTestContext();
143 group->addChild(new SpvAsmComputeShaderCase(testCtx, "mat2x2", "Tests mat2x2 member in UBO struct without padding (treated as vec4).", spec));
248 tcu::TestCaseGroup* createUboMatrixPaddingComputeGroup (tcu::TestContext& testCtx)
250 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "ubo_padding", "Compute tests for UBO struct member packing."));
256 tcu::TestCaseGroup* createUboMatrixPaddingGraphicsGroup (tcu::TestContext& testCtx)
258 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "ubo_padding", "Graphics tests for UBO struct member packing."));
vktSpvAsmInstructionTests.cpp 200 tcu::TestCaseGroup* createOpNopGroup (tcu::TestContext& testCtx)
202 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opnop", "Test the OpNop instruction"));
248 group->addChild(new SpvAsmComputeShaderCase(testCtx, "all", "OpNop appearing at different places", spec));
303 tcu::TestCaseGroup* createOpFUnordGroup (tcu::TestContext& testCtx)
305 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opfunord", "Test the OpFUnord* opcodes"));
406 group->addChild(new SpvAsmComputeShaderCase(testCtx, cases[caseNdx].name, cases[caseNdx].name, spec));
426 tcu::TestCaseGroup* createOpAtomicGroup (tcu::TestContext& testCtx, bool useStorageBuffer)
428 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx,
532 group->addChild(new SpvAsmComputeShaderCase(testCtx, cases[caseNdx].name, cases[caseNdx].name, spec));
538 tcu::TestCaseGroup* createOpLineGroup (tcu::TestContext& testCtx)
    [all...]
  /external/deqp/framework/common/
tcuTestCase.hpp 107 TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
108 TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description, const std::vector<TestNode*>& children);
144 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
145 TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<TestNode*>& children);
174 TestCase (TestContext& testCtx, const char* name, const char* description);
175 TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 137 BindAttributeTest (tcu::TestContext& testCtx,
156 BindMaxAttributesTest (tcu::TestContext& testCtx,
174 BindAliasingAttributeTest (tcu::TestContext& testCtx,
194 BindMaxAliasingAttributeTest (tcu::TestContext& testCtx,
212 BindInactiveAliasingAttributeTest (tcu::TestContext& testCtx,
230 BindHoleAttributeTest (tcu::TestContext& testCtx,
246 PreAttachBindAttributeTest (tcu::TestContext& testCtx,
260 PreLinkBindAttributeTest (tcu::TestContext& testCtx,
274 PostLinkBindAttributeTest (tcu::TestContext& testCtx,
288 BindReattachAttributeTest (tcu::TestContext& testCtx,
    [all...]
glsBuiltinPrecisionTests.hpp 54 tcu::TestContext& testCtx,
glsShaderLibrary.hpp 41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
  /external/skia/tools/gpu/
GrContextFactory.cpp 150 std::unique_ptr<TestContext> testCtx;
204 testCtx.reset(glCtx);
215 testCtx.reset(CreatePlatformVkTestContext(vkSharedContext));
216 if (!testCtx) {
235 testCtx.reset(CreatePlatformMtlTestContext(nullptr));
236 if (!testCtx) {
248 testCtx.reset(CreateMockTestContext(sharedContext));
249 if (!testCtx) {
258 SkASSERT(testCtx && testCtx->backend() == backend)
    [all...]
  /external/skqp/tools/gpu/
GrContextFactory.cpp 150 std::unique_ptr<TestContext> testCtx;
204 testCtx.reset(glCtx);
215 testCtx.reset(CreatePlatformVkTestContext(vkSharedContext));
216 if (!testCtx) {
235 testCtx.reset(CreatePlatformMtlTestContext(nullptr));
236 if (!testCtx) {
248 testCtx.reset(CreateMockTestContext(sharedContext));
249 if (!testCtx) {
258 SkASSERT(testCtx && testCtx->backend() == backend)
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcTestPackage.hpp 39 PackageContext(tcu::TestContext& testCtx, glu::ContextType renderContextType);
59 TestPackage(tcu::TestContext& testCtx, const char* name, const char* description,
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleBaseResolveAndPerSampleFetch.hpp 41 MSCaseBaseResolveAndPerSampleFetch (tcu::TestContext& testCtx,
44 : MultisampleCaseBase(testCtx, name, imageMSParams) {}
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemFillUpdateCopyBufferTests.cpp 96 FillUpdateCopyBufferTestCase (tcu::TestContext& testCtx,
102 : TestCase (testCtx, name, getTestTypeName(cmdType))
373 tcu::TestCaseGroup* createFillUpdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdType, CmdBufferType cmdBufferType)
422 de::MovePtr<tcu::TestCaseGroup> staticTests (new tcu::TestCaseGroup(testCtx, "static", (desc + " with static input").c_str()));
432 testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[ndx].data, cmdType, cmdBufferType));
436 de::MovePtr<tcu::TestCaseGroup> randomTests (new tcu::TestCaseGroup(testCtx, "random", (desc + " with random input").c_str()));
438 de::Random rnd (testCtx.getCommandLine().getBaseSeed());
462 randomTests->addChild(new FillUpdateCopyBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), fillValue.uint, data, cmdType, cmdBufferType));
466 de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (desc + " using " + groupName.c_str() + " command buffer").c_str()));
473 tcu::TestCaseGroup* createFillUpdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdType
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiTests.cpp 66 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
68 return createTestGroup(testCtx, "wsi", "WSI Tests", createWsiTests);
  /external/deqp/modules/gles31/
tes31Context.cpp 37 Context::Context (tcu::TestContext& testCtx)
38 : m_testCtx (testCtx)
  /external/deqp/modules/gles2/
tes2Context.hpp 48 Context (tcu::TestContext& testCtx);
  /external/deqp/modules/gles3/
tes3Context.hpp 48 Context (tcu::TestContext& testCtx);

Completed in 1200 milliseconds

<<11121314151617181920>>