Searched refs:tcu (Results 1 - 25 of 689) 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);
26 inline tcu::Format::Enum<int, 2> getBooleanStr (int value) { return tcu::Format::Enum<int, 2>(getBooleanName, value); }
27 inline tcu::Format::Enum<int, 2> getBoolDontCareStr (int value) { return tcu::Format::Enum<int, 2>(getBoolDontCareName, value); }
28 inline tcu::Format::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getAPIName, value); }
29 inline tcu::Format::Enum<int, 2> 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.hpp35 class TestPackage : public tcu::TestPackage
38 TestPackage (tcu::TestContext& testCtx);
44 tcu::TestCaseExecutor* createExecutor (void) const;
/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 Dtes2TestPackage.hpp36 class TestPackage : public tcu::TestPackage
39 TestPackage (tcu::TestContext& testCtx);
45 tcu::TestCaseExecutor* createExecutor (void) const;
47 tcu::Archive* getArchive (void) { return &m_archive; }
51 tcu::ResourcePrefix m_archive;
/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 Dtes3TestPackage.hpp36 class TestPackage : public tcu::TestPackage
39 TestPackage (tcu::TestContext& testCtx);
45 tcu::TestCaseExecutor* createExecutor (void) const;
47 tcu::Archive* getArchive (void) { return &m_archive; }
51 tcu::ResourcePrefix m_archive;
/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 Dtes31TestPackage.hpp36 class TestPackage : public tcu::TestPackage
39 TestPackage (tcu::TestContext& testCtx);
45 tcu::TestCaseExecutor* createExecutor (void) const;
47 tcu::Archive* getArchive (void) { return &m_archive; }
51 tcu::ResourcePrefix m_archive;
/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 DditSeedBuilderTests.hpp32 tcu::TestCaseGroup* createSeedBuilderTests (tcu::TestContext& testCtx);
H A DditTestPackage.hpp32 class TestPackage : public tcu::TestPackage
35 TestPackage (tcu::TestContext& testCtx);
39 tcu::TestCaseExecutor* createExecutor (void) const;
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);
/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.hpp49 namespace tcu namespace
91 SamplerType getSamplerType (tcu::TextureFormat format);
92 SamplerType getFetchSamplerType (tcu::TextureFormat format);
121 tcu::Vec4 w; //!< w coordinates for quad vertices.
126 tcu::Vec4 colorScale; //!< Scale for texture color values.
127 tcu::Vec4 colorBias; //!< Bias for texture color values.
195 ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
206 tcu::TestLog& m_log;
215 TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
228 tcu
[all...]
/external/deqp/framework/common/
H A DtcuTestHierarchyUtil.hpp29 namespace tcu namespace
33 void writeXmlCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLine);
34 void writeTxtCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLine);
36 } // tcu
/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/opengl/
H A DgluStrUtilPrototypes.inl76 tcu::Format::Bitfield<16> getBufferMaskStr (int value);
77 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value);
78 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value);
79 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value);
80 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(getErrorName, value); }
81 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(getTypeName, value); }
82 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu
[all...]
/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 254 milliseconds

1234567891011>>