HomeSort by relevance Sort by last modified time
    Searched defs:tcu (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/deqp/framework/common/
tcuBilinearImageCompare.hpp 28 namespace tcu namespace
37 } // tcu
tcuRenderTarget.cpp 26 namespace tcu namespace
49 } // namespace tcu
tcuImageIO.hpp 28 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
tcuStringTemplate.hpp 29 namespace tcu namespace
50 } // tcu
tcuPlatform.hpp 38 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
tcuTestCaseWrapper.hpp 30 namespace tcu namespace
50 } // tcu
tcuCPUWarmup.hpp 26 namespace tcu namespace
50 } // tcu
tcuFuzzyImageCompare.hpp 28 namespace tcu namespace
52 } // tcu
tcuImageCompare.hpp 29 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
tcuPlatform.cpp 26 namespace tcu namespace
44 throw tcu::NotSupportedError("OpenGL (ES) is not supported", DE_NULL, __FILE__, __LINE__);
49 throw tcu::NotSupportedError("EGL is not supported", DE_NULL, __FILE__, __LINE__);
52 } // tcu
  /external/deqp/framework/egl/
egluStaticESLibrary.hpp 28 namespace tcu namespace
36 tcu::FunctionLibrary* createStaticESLibrary (void);
egluUtil.hpp 34 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);
egluGLContextFactory.hpp 30 namespace tcu namespace
33 } // tcu
50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
egluPlatform.hpp 30 namespace tcu namespace
90 virtual tcu::FunctionLibrary* createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine& cmdLine) const;
  /external/deqp/framework/opengl/
gluPixelTransfer.hpp 28 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);
gluContextFactory.hpp 31 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;
gluPlatform.cpp 26 namespace tcu namespace
gluPlatform.hpp 29 namespace tcu namespace
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.hpp 30 namespace tcu namespace
41 } // tcu
tcuX11EglPlatform.hpp 31 namespace tcu namespace
49 } // tcu
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.hpp 30 namespace tcu namespace
33 class OSXPlatform : public tcu::Platform, private glu::Platform
42 } // tcu
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 30 namespace tcu namespace
45 } // tcu
tcuWin32GLES3Platform.hpp 32 namespace tcu namespace
37 class Win32GLES3Platform : public tcu::Platform
46 } // tcu
tcuWGLContextFactory.hpp 30 namespace tcu namespace
37 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
44 } // tcu
  /external/deqp/framework/platform/null/
tcuNullPlatform.hpp 30 namespace tcu namespace
35 class Platform : public tcu::Platform, private glu::Platform
45 } // tcu

Completed in 321 milliseconds

1 2 3 4 5 6