HomeSort by relevance Sort by last modified time
    Searched refs:RenderContext (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /external/deqp/framework/opengl/
gluStateReset.hpp 31 class RenderContext;
33 void resetState (const RenderContext& renderCtx);
gluPixelTransfer.hpp 40 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);
gluContextInfo.hpp 35 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;
gluTexture.hpp 45 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& m_context
    [all...]
gluFboRenderContext.hpp 44 class FboRenderContext : public RenderContext
47 FboRenderContext (RenderContext* context, const RenderConfig& config);
62 RenderContext* m_context;
gluES3PlusWrapperContext.hpp 51 class ES3PlusWrapperContext : public RenderContext
65 RenderContext* m_context; //!< Actual GL 4.3 core context.
gluContextFactory.hpp 64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
gluDummyRenderContext.hpp 23 * \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
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.h 23 class RenderContext;
24 typedef emugl::SmartPtr<RenderContext> RenderContextPtr;
26 class RenderContext
29 static RenderContext *create(int p_config, RenderContextPtr p_shareContext,
31 ~RenderContext();
40 RenderContext();
RenderContext.cpp 16 #include "RenderContext.h"
22 RenderContext *RenderContext::create(int p_config,
31 RenderContext *c = new RenderContext();
64 RenderContext::RenderContext() :
71 RenderContext::~RenderContext()
  /external/deqp/modules/gles2/
tes2Context.hpp 31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
58 glu::RenderContext* m_renderCtx;
tes2TestCaseWrapper.hpp 38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
48 glu::RenderContext& m_renderCtx;
  /external/deqp/modules/gles3/
tes3Context.hpp 31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
58 glu::RenderContext* m_renderCtx;
tes3TestCaseWrapper.hpp 38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
48 glu::RenderContext& m_renderCtx;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 53 class RenderContext : public glu::RenderContext
56 RenderContext (const glu::RenderConfig& config);
57 virtual ~RenderContext (void);
tcuNullPlatform.cpp 40 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
42 return new RenderContext(config);
  /external/deqp/framework/egl/
egluGLContextFactory.hpp 39 class GLRenderContext : public glu::RenderContext
50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 35 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& renderCtx
    [all...]
glsScissorTests.hpp 34 class RenderContext;
77 glu::RenderContext& renderCtx,
85 glu::RenderContext& renderCtx,
92 glu::RenderContext& renderCtx,
98 glu::RenderContext& renderCtx,
glsFragOpInteractionCase.hpp 33 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;
glsShaderConstExprTests.hpp 39 class RenderContext;
71 glu::RenderContext& renderContext,
glsShaderLibrary.hpp 41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
53 glu::RenderContext& m_renderCtx;
  /external/deqp/modules/gles31/
tes31Context.hpp 31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
64 glu::RenderContext* m_renderCtx;
tes31TestCaseWrapper.hpp 38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
48 glu::RenderContext& m_renderCtx;
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.hpp 37 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;

Completed in 565 milliseconds

1 2 3 4 5 6 7 8