Searched defs:tcu (Results 1 - 25 of 175) sorted by relevance

1234567

/external/deqp/framework/common/
H A DtcuBilinearImageCompare.hpp28 namespace tcu namespace
37 } // tcu
H A DtcuImageIO.hpp28 namespace tcu namespace
39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
41 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
44 void loadPKM (CompressedTexture& dst, const tcu::Archive& archive, const char* fileName);
47 } // tcu
H A DtcuStringTemplate.hpp29 namespace tcu namespace
50 } // tcu
H A DtcuPlatform.hpp38 namespace tcu namespace
52 * executing tcu::App. See tcuMain.cpp for reference on implementing
91 * Default implementation throws tcu::NotSupportedError exception.
103 * Default implementation throws tcu::NotSupportedError exception.
110 } // tcu
H A DtcuTestCaseWrapper.hpp30 namespace tcu namespace
50 } // tcu
H A DtcuCPUWarmup.hpp26 namespace tcu namespace
50 } // tcu
H A DtcuImageCompare.hpp29 namespace tcu namespace
56 bool intThresholdPositionDeviationCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, CompareLogMode logMode);
57 bool intThresholdPositionDeviationErrorThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int maxAllowedFailingPixels, CompareLogMode logMode);
61 } // tcu
/external/deqp/framework/egl/
H A DegluStaticESLibrary.hpp28 namespace tcu namespace
36 tcu::FunctionLibrary* createStaticESLibrary (void);
H A DegluUtil.hpp34 namespace tcu namespace
54 tcu::IVec2 getSurfaceSize (EGLDisplay display, EGLSurface surface);
55 tcu::IVec2 getSurfaceResolution (EGLDisplay display, EGLSurface surface);
60 WindowParams::Visibility parseWindowVisibility (const tcu::CommandLine& commandLine);
H A DegluGLContextFactory.hpp30 namespace tcu namespace
33 } // tcu
50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
H A DegluPlatform.hpp30 namespace tcu namespace
90 virtual tcu::FunctionLibrary* createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine& cmdLine) const;
/external/deqp/framework/opengl/
H A DgluPixelTransfer.hpp28 namespace tcu namespace
35 } // tcu
42 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst);
43 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
44 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
45 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src);
46 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src);
H A DgluContextFactory.hpp31 namespace tcu namespace
45 class ContextFactory : public tcu::FactoryBase
64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
71 typedef tcu::FactoryRegistry<ContextFactory> ContextFactoryRegistry;
H A DgluPlatform.cpp26 namespace tcu namespace
H A DgluPlatform.hpp29 namespace tcu namespace
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.hpp30 namespace tcu namespace
41 } // tcu
H A DtcuX11EglPlatform.hpp31 namespace tcu namespace
49 } // tcu
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.hpp30 namespace tcu namespace
45 } // tcu
H A DtcuWin32GLES3Platform.hpp32 namespace tcu namespace
37 class Win32GLES3Platform : public tcu::Platform
46 } // tcu
H A DtcuWGLContextFactory.hpp30 namespace tcu namespace
37 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
44 } // tcu
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.hpp30 namespace tcu namespace
33 class OSXPlatform : public tcu::Platform, private glu::Platform
42 } // tcu
/external/deqp/framework/platform/android/
H A DtcuAndroidAssets.hpp31 namespace tcu namespace
68 } // tcu
H A DtcuAndroidNativeActivity.hpp28 * tcu::NativeActivity constructor will fill activity->callbacks and
36 namespace tcu namespace
78 } // tcu
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.hpp30 namespace tcu namespace
35 class Platform : public tcu::Platform, private glu::Platform
45 } // tcu
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.hpp33 namespace tcu namespace
38 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform
49 } // tcu

Completed in 146 milliseconds

1234567