Searched refs:RenderContext (Results 1 - 25 of 179) sorted by relevance

12345678

/external/deqp/framework/opengl/
H A DgluStateReset.hpp31 class RenderContext;
33 void resetState (const RenderContext& renderCtx);
H A DgluPixelTransfer.hpp40 class RenderContext;
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 DgluContextInfo.hpp35 class RenderContext;
48 const T& getValue (const RenderContext& context) const
67 std::vector<std::string> operator() (const RenderContext& context) const;
73 std::set<int> operator() (const RenderContext& context) const;
102 static ContextInfo* create (const RenderContext& context);
105 ContextInfo (const RenderContext& context);
107 const RenderContext& m_context;
H A DgluTexture.hpp45 Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width);
46 Texture1D (const RenderContext& context, deUint32 internalFormat, int width);
59 const RenderContext& m_context;
71 Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::CompressedTexture::DecompressionParams& = tcu::CompressedTexture::DecompressionParams(false));
72 Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height);
73 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
82 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return create(context, contextInfo, archive, 1, &filename); }
92 const RenderContext
[all...]
H A DgluFboRenderContext.hpp44 class FboRenderContext : public RenderContext
47 FboRenderContext (RenderContext* context, const RenderConfig& config);
62 RenderContext* m_context;
H A DgluES3PlusWrapperContext.hpp51 class ES3PlusWrapperContext : public RenderContext
65 RenderContext* m_context; //!< Actual GL 4.3 core context.
H A DgluContextFactory.hpp64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
H A DgluDummyRenderContext.hpp23 * \brief A RenderContext representing absence of a real render context.
38 * \brief RenderContext that can be used when no render context is present.
47 class DummyRenderContext : public RenderContext
/external/deqp/modules/gles2/
H A Dtes2Context.hpp31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
58 glu::RenderContext* m_renderCtx;
H A Dtes2TestCaseWrapper.hpp38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
48 glu::RenderContext& m_renderCtx;
/external/deqp/modules/gles3/
H A Dtes3Context.hpp31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
58 glu::RenderContext* m_renderCtx;
H A Dtes3TestCaseWrapper.hpp38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
48 glu::RenderContext& m_renderCtx;
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.hpp53 class RenderContext : public glu::RenderContext class in namespace:tcu::null
56 RenderContext (const glu::RenderConfig& config);
57 virtual ~RenderContext (void);
H A DtcuNullPlatform.cpp40 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
42 return new RenderContext(config);
/external/deqp/framework/egl/
H A DegluGLContextFactory.hpp39 class GLRenderContext : public glu::RenderContext
50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp35 class RenderContext;
138 glu::RenderContext& renderCtx,
145 glu::RenderContext& m_renderCtx;
157 glu::RenderContext& renderCtx,
164 glu::RenderContext& m_renderCtx;
175 glu::RenderContext& renderCtx,
183 glu::RenderContext& m_renderCtx;
195 glu::RenderContext& renderCtx,
202 glu::RenderContext& m_renderCtx;
213 glu::RenderContext
[all...]
H A DglsScissorTests.hpp34 class RenderContext;
77 glu::RenderContext& renderCtx,
85 glu::RenderContext& renderCtx,
92 glu::RenderContext& renderCtx,
98 glu::RenderContext& renderCtx,
H A DglsFragOpInteractionCase.hpp33 class RenderContext;
52 FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const rsg::ProgramParameters& params);
65 glu::RenderContext& m_renderCtx;
H A DglsShaderConstExprTests.hpp39 class RenderContext;
71 glu::RenderContext& renderContext,
H A DglsShaderLibrary.hpp41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
53 glu::RenderContext& m_renderCtx;
H A DglsShaderExecUtil.hpp37 class RenderContext;
91 ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
93 const glu::RenderContext& m_renderCtx;
102 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const ShaderSpec& shaderSpec);
H A DglsStateChangePerfTestCases.hpp32 class RenderContext;
55 StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount);
82 glu::RenderContext& m_renderCtx;
112 StateChangeCallPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description);
125 glu::RenderContext& m_renderCtx;
/external/deqp/modules/gles31/
H A Dtes31Context.hpp31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
64 glu::RenderContext* m_renderCtx;
H A Dtes31TestCaseWrapper.hpp38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
48 glu::RenderContext& m_renderCtx;
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.hpp37 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;

Completed in 226 milliseconds

12345678