Searched refs:tcu (Results 1 - 25 of 664) sorted by relevance

1234567891011>>

/external/deqp/framework/platform/vanilla/
H A DtcuVanillaPlatform.cpp28 tcu::Platform* createPlatform (void)
30 return new tcu::Platform();
/external/deqp/framework/egl/
H A DegluStaticESLibrary.hpp28 namespace tcu namespace
36 tcu::FunctionLibrary* createStaticESLibrary (void);
H A DegluStrUtilPrototypes.inl24 tcu::Format::Bitfield<16> getAPIBitsStr (int value);
25 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value);
27 inline tcu::Format::Enum getBooleanStr (int value) { return tcu::Format::Enum(getBooleanName, value); }
28 inline tcu::Format::Enum getBoolDontCareStr (int value) { return tcu::Format::Enum(getBoolDontCareName, value); }
29 inline tcu::Format::Enum getAPIStr (int value) { return tcu::Format::Enum(getAPIName, value); }
30 inline tcu::Format::Enum getErrorStr (int value) { return tcu
[all...]
/external/deqp/modules/egl/
H A DteglTestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_eglPackageDescriptor("dEQP-EGL", createTestPackage);
H A DteglTestPackage.hpp36 class TestCaseWrapper : public tcu::TestCaseWrapper
42 bool initTestCase (tcu::TestCase* testCase);
43 bool deinitTestCase (tcu::TestCase* testCase);
45 tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
54 PackageContext (tcu::TestContext& testCtx);
58 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return *m_caseWrapper; }
65 class TestPackage : public tcu::TestPackage
68 TestPackage (tcu::TestContext& testCtx);
74 tcu
[all...]
/external/deqp/modules/gles2/
H A Dtes2TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles2PackageDescriptor("dEQP-GLES2", createTestPackage);
H A Dtes2TestCaseWrapper.hpp35 class TestCaseWrapper : public tcu::TestCaseWrapper
38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
41 virtual bool initTestCase (tcu::TestCase* testCase);
44 virtual bool deinitTestCase (tcu::TestCase* testCase);
45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
/external/deqp/modules/gles3/
H A Dtes3TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles3PackageDescriptor("dEQP-GLES3", createTestPackage);
H A Dtes3TestCaseWrapper.hpp35 class TestCaseWrapper : public tcu::TestCaseWrapper
38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
41 virtual bool initTestCase (tcu::TestCase* testCase);
44 virtual bool deinitTestCase (tcu::TestCase* testCase);
45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
/external/deqp/modules/gles31/
H A Dtes31TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles31PackageDescriptor("dEQP-GLES31", createTestPackage);
H A Dtes31TestCaseWrapper.hpp35 class TestCaseWrapper : public tcu::TestCaseWrapper
38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
41 virtual bool initTestCase (tcu::TestCase* testCase);
44 virtual bool deinitTestCase (tcu::TestCase* testCase);
45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
/external/deqp/modules/internal/
H A DditTestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_ditPackageDescriptor("dE-IT", createTestPackage);
H A DditTestPackage.hpp33 class TestPackage : public tcu::TestPackage
36 TestPackage (tcu::TestContext& testCtx);
42 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return m_wrapper; }
43 tcu::Archive& getArchive (void) { return m_archive; }
46 tcu::TestCaseWrapper m_wrapper;
47 tcu::ResourcePrefix m_archive;
H A DditBuildInfoTests.hpp32 class BuildInfoTests : public tcu::TestCaseGroup
35 BuildInfoTests (tcu::TestContext& testCtx);
H A DditDelibsTests.hpp32 class DelibsTests : public tcu::TestCaseGroup
35 DelibsTests (tcu::TestContext& testCtx);
H A DditFrameworkTests.hpp32 class FrameworkTests : public tcu::TestCaseGroup
35 FrameworkTests (tcu::TestContext& testCtx);
H A DditImageCompareTests.hpp32 class ImageCompareTests : public tcu::TestCaseGroup
35 ImageCompareTests (tcu::TestContext& testCtx);
H A DditImageIOTests.hpp32 class ImageIOTests : public tcu::TestCaseGroup
35 ImageIOTests (tcu::TestContext& testCtx);
H A DditTestLogTests.hpp32 class TestLogTests : public tcu::TestCaseGroup
35 TestLogTests (tcu::TestContext& testCtx);
/external/deqp/framework/platform/X11/
H A DtcuX11Platform.hpp28 tcu::Platform* createPlatform (void);
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.hpp32 namespace tcu namespace
37 class Win32GLES3Platform : public tcu::Platform
46 } // tcu
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp46 namespace tcu namespace
88 SamplerType getSamplerType (tcu::TextureFormat format);
89 SamplerType getFetchSamplerType (tcu::TextureFormat format);
118 tcu::Vec4 w; //!< w coordinates for quad vertices.
123 tcu::Vec4 colorScale; //!< Scale for texture color values.
124 tcu::Vec4 colorBias; //!< Bias for texture color values.
192 ProgramLibrary (const glu::RenderContext& context, tcu::TestContext& testCtx, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
203 tcu::TestContext& m_testCtx;
212 TextureRenderer (const glu::RenderContext& context, tcu::TestContext& testCtx, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
225 tcu
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.hpp34 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
36 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
37 void drawQuadWithClientPointers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
/external/deqp/framework/platform/
H A DtcuMain.cpp35 tcu::Platform* createPlatform (void);
46 tcu::CommandLine cmdLine (argc, argv);
47 tcu::DirArchive archive (".");
48 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags());
49 de::UniquePtr<tcu::Platform> platform (createPlatform());
50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine));
61 tcu::die("%s", e.what());
/external/deqp/framework/referencerenderer/
H A DrrFragmentPacket.hpp52 tcu::IVec2 position; //!< Position of (0,0) fragment.
54 tcu::Vec4 barycentric[3]; //!< Perspective-correct barycentric values.

Completed in 213 milliseconds

1234567891011>>