/external/deqp/framework/platform/vanilla/ |
H A D | tcuVanillaPlatform.cpp | 28 tcu::Platform* createPlatform (void) 30 return new tcu::Platform();
|
/external/deqp/framework/egl/ |
H A D | egluStaticESLibrary.hpp | 28 namespace tcu namespace 36 tcu::FunctionLibrary* createStaticESLibrary (void);
|
H A D | egluStrUtilPrototypes.inl | 24 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 D | teglTestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_eglPackageDescriptor("dEQP-EGL", createTestPackage);
|
H A D | teglTestPackage.hpp | 35 class TestPackage : public tcu::TestPackage 38 TestPackage (tcu::TestContext& testCtx); 44 tcu::TestCaseExecutor* createExecutor (void) const;
|
/external/deqp/modules/gles2/ |
H A D | tes2TestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_gles2PackageDescriptor("dEQP-GLES2", createTestPackage);
|
H A D | tes2TestPackage.hpp | 36 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 D | tes3TestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_gles3PackageDescriptor("dEQP-GLES3", createTestPackage);
|
H A D | tes3TestPackage.hpp | 36 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 D | tes31TestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_gles31PackageDescriptor("dEQP-GLES31", createTestPackage);
|
H A D | tes31TestPackage.hpp | 36 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 D | ditTestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_ditPackageDescriptor("dE-IT", createTestPackage);
|
H A D | ditSeedBuilderTests.hpp | 32 tcu::TestCaseGroup* createSeedBuilderTests (tcu::TestContext& testCtx);
|
H A D | ditTestPackage.hpp | 32 class TestPackage : public tcu::TestPackage 35 TestPackage (tcu::TestContext& testCtx); 39 tcu::TestCaseExecutor* createExecutor (void) const;
|
H A D | ditBuildInfoTests.hpp | 32 class BuildInfoTests : public tcu::TestCaseGroup 35 BuildInfoTests (tcu::TestContext& testCtx);
|
H A D | ditDelibsTests.hpp | 32 class DelibsTests : public tcu::TestCaseGroup 35 DelibsTests (tcu::TestContext& testCtx);
|
H A D | ditFrameworkTests.hpp | 32 class FrameworkTests : public tcu::TestCaseGroup 35 FrameworkTests (tcu::TestContext& testCtx);
|
/external/deqp/framework/platform/X11/ |
H A D | tcuX11Platform.hpp | 28 tcu::Platform* createPlatform (void);
|
/external/deqp/framework/platform/win32/ |
H A D | tcuWin32GLES3Platform.hpp | 32 namespace tcu namespace 37 class Win32GLES3Platform : public tcu::Platform 46 } // tcu
|
/external/deqp/modules/glshared/ |
H A D | glsTextureTestUtil.hpp | 49 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 D | tcuTestHierarchyUtil.hpp | 29 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 D | sglrContextUtil.hpp | 34 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 D | gluStrUtilPrototypes.inl | 76 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 D | tcuMain.cpp | 35 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 D | rrFragmentPacket.hpp | 52 tcu::IVec2 position; //!< Position of (0,0) fragment. 54 tcu::Vec4 barycentric[3]; //!< Perspective-correct barycentric values.
|