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

1 23 4 5 6

  /external/deqp/framework/common/
tcuTestPackage.hpp 30 namespace tcu namespace
109 } // tcu
tcuTexCompareVerifier.cpp 30 namespace tcu namespace
140 static bool isFixedPointDepthTextureFormat (const tcu::TextureFormat& format)
142 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type);
147 return channelClass != tcu::TEXTURECHANNELCLASS_FLOATING_POINT;
154 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return false;
155 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true;
    [all...]
tcuTexLookupVerifier.hpp 30 namespace tcu namespace
143 } // tcu
tcuTexVerifierUtil.hpp 29 namespace tcu namespace
103 } // tcu
tcuVectorType.hpp 32 namespace tcu namespace
54 } // tcu
tcuApp.cpp 34 namespace tcu namespace
212 } // tcu
tcuBilinearImageCompare.cpp 29 namespace tcu namespace
227 } // tcu
tcuCPUWarmup.cpp 31 namespace tcu namespace
134 } // tcu
tcuFactoryRegistry.hpp 31 namespace tcu namespace
131 } // tcu
tcuFloatFormat.hpp 32 namespace tcu namespace
88 } // tcu
tcuInterval.cpp 30 namespace tcu namespace
166 } // tcu
tcuRenderTarget.hpp 29 namespace tcu namespace
60 } // tcu
  /external/deqp/framework/egl/
egluNativePixmap.hpp 31 namespace tcu namespace
53 //! Return EGLNativePixmapType that can be used with eglCreatePixmapSurface(). Default implementation throws tcu::NotSupportedError().
56 //! Return native pointer that can be used with eglCreatePlatformPixmapSurfaceEXT(). Default implementation throws tcu::NotSupportedError().
59 // Read pixels from pixmap. Default implementation throws tcu::NotSupportedError()
60 virtual void readPixels (tcu::TextureLevel* dst);
75 class NativePixmapFactory : public tcu::FactoryBase
98 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.hpp 30 namespace tcu namespace
54 ES3PlusWrapperContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine);
60 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_context->getRenderTarget(); }
gluFboRenderContext.hpp 30 namespace tcu namespace
48 FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine);
53 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; }
66 tcu::RenderTarget m_renderTarget;
  /external/deqp/framework/platform/X11/
tcuX11Platform.cpp 38 namespace tcu namespace
52 class X11Platform : public tcu::Platform
85 } // tcu
87 tcu::Platform* createPlatform (void)
89 return new tcu::x11::X11Platform();
  /external/deqp/framework/platform/android/
tcuAndroidAssets.cpp 26 namespace tcu namespace
84 } // tcu
tcuAndroidTestActivity.cpp 34 namespace tcu namespace
143 } // tcu
tcuAndroidTestActivity.hpp 34 namespace tcu namespace
78 } // tcu
tcuAndroidUtil.cpp 26 namespace tcu namespace
95 } // tcu
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 39 namespace tcu namespace
61 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; }
68 const tcu::RenderTarget m_renderTarget;
75 } // tcu
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 26 namespace tcu namespace
112 throw tcu::TestError("AdjustWindowRect() failed", DE_NULL, __FILE__, __LINE__);
117 throw tcu::TestError("SetWindowPos() failed", DE_NULL, __FILE__, __LINE__);
124 throw tcu::TestError("GetClientRect() failed", DE_NULL, __FILE__, __LINE__);
160 } // tcu
  /external/deqp/modules/gles2/
tes2Context.hpp 35 namespace tcu namespace
48 Context (tcu::TestContext& testCtx);
51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
54 const tcu::RenderTarget& getRenderTarget (void) const;
57 tcu::TestContext& m_testCtx;
  /external/deqp/modules/gles3/
tes3Context.hpp 35 namespace tcu namespace
48 Context (tcu::TestContext& testCtx);
51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
54 const tcu::RenderTarget& getRenderTarget (void) const;
57 tcu::TestContext& m_testCtx;
  /external/deqp/modules/gles31/
tes31Context.hpp 35 namespace tcu namespace
48 Context (tcu::TestContext& testCtx);
51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
54 const tcu::RenderTarget& getRenderTarget (void) const;
63 tcu::TestContext& m_testCtx;

Completed in 300 milliseconds

1 23 4 5 6