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

1 2 3 4 5 6 7 8

  /external/deqp/framework/common/
tcuBilinearImageCompare.hpp 28 namespace tcu namespace
37 } // tcu
tcuRenderTarget.cpp 26 namespace tcu namespace
49 } // namespace tcu
tcuTestHierarchyUtil.hpp 29 namespace tcu namespace
36 } // tcu
tcuFuzzyImageCompare.hpp 28 namespace tcu namespace
46 } // 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
tcuTestContext.cpp 28 namespace tcu namespace
61 } // tcu
tcuTextureUtil.cpp 32 namespace tcu namespace
115 tcu::Vec4 linearToSRGBIfNeeded (const TextureFormat& format, const tcu::Vec4& color)
263 return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(),
289 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(),
330 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch());
344 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch());
785 clear(getEffectiveDepthStencilAccess(access, Sampler::MODE_DEPTH), tcu::Vec4(depth, 0.0f, 0.0f, 0.0f));
792 clear(getEffectiveDepthStencilAccess(access, Sampler::MODE_STENCIL), tcu::UVec4(stencil, 0u, 0u, 0u));
    [all...]
tcuStringTemplate.hpp 29 namespace tcu namespace
50 } // tcu
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.hpp 27 namespace tcu namespace
32 tcu::Platform* createPlatform (void);
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceUtil.hpp 32 namespace tcu namespace
51 const tcu::CommandLine& cmdLine);
55 const tcu::CommandLine& cmdLine);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiMaintenance3Check.hpp 26 namespace tcu namespace
38 tcu::TestCaseGroup* createMaintenance3Tests (tcu::TestContext& testCtx);
vktApiVersionCheck.hpp 26 namespace tcu namespace
37 tcu::TestCaseGroup* createVersionSanityCheckTests (tcu::TestContext& testCtx);
  /external/deqp/framework/egl/
egluStaticESLibrary.hpp 28 namespace tcu namespace
36 tcu::FunctionLibrary* createStaticESLibrary (void);
egluUtil.hpp 36 namespace tcu namespace
75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
76 tcu::IVec2 getSurfaceResolution (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
83 const NativeDisplayFactory& selectNativeDisplayFactory (const NativeDisplayFactoryRegistry& registry, const tcu::CommandLine& cmdLine);
84 const NativeWindowFactory& selectNativeWindowFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine);
85 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine);
87 WindowParams::Visibility parseWindowVisibility (const tcu::CommandLine& commandLine);
  /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
  /external/deqp/framework/platform/null/
tcuNullContextFactory.cpp 27 namespace tcu namespace
37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
43 } // tcu
tcuNullContextFactory.hpp 29 namespace tcu namespace
38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
42 } // 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/lnx/X11/
tcuLnxX11EglDisplayFactory.hpp 29 namespace tcu namespace
43 } // tcu
tcuLnxX11GlxPlatform.hpp 30 namespace tcu namespace
44 } // tcu
  /external/deqp/framework/platform/lnx/
tcuLnxEglPlatform.cpp 36 namespace tcu namespace
62 } // tcu
tcuLnxVulkanPlatform.hpp 30 namespace tcu namespace
51 } // tcu
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.hpp 31 namespace tcu namespace
45 } // tcu

Completed in 815 milliseconds

1 2 3 4 5 6 7 8