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

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/opengl/
gluStateReset.hpp 31 class RenderContext;
34 void resetState (const RenderContext& renderCtx, const ContextInfo& ctxInfo);
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);
gluTexture.hpp 46 Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width);
47 Texture1D (const RenderContext& context, deUint32 internalFormat, int width);
60 const RenderContext& m_context;
72 Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
73 Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height);
74 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
85 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return create(context, contextInfo, archive, 1, &filename); }
93 const RenderContext& m_context
    [all...]
gluContextInfo.hpp 35 class RenderContext;
48 const T& getValue (const RenderContext& context) const
67 std::set<int> operator() (const RenderContext& context) const;
95 static ContextInfo* create (const RenderContext& context);
98 ContextInfo (const RenderContext& context);
100 const RenderContext& m_context;
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
  /external/deqp/framework/platform/null/
tcuNullContextFactory.cpp 37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
39 return new RenderContext(config);
tcuNullRenderContext.hpp 53 class RenderContext : public glu::RenderContext
56 RenderContext (const glu::RenderConfig& config);
57 virtual ~RenderContext (void);
tcuNullContextFactory.hpp 38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
  /external/deqp/modules/gles2/
tes2Context.hpp 31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
58 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;
  /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...]
glsShaderLibraryCase.hpp 32 class RenderContext;
48 glu::RenderContext& renderCtx,
64 glu::RenderContext& m_renderCtx;
glsShaderLibrary.hpp 41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
51 glu::RenderContext& m_renderCtx;
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,
glsShaderExecUtil.hpp 37 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);
glsStateChangePerfTestCases.hpp 32 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;
glsBufferTestUtil.hpp 41 class RenderContext;
64 BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description);
75 glu::RenderContext& m_renderCtx;
118 BufferWriterBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
127 glu::RenderContext& m_renderCtx;
137 BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType);
155 BufferSubDataWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(renderCtx, log) {}
167 BufferWriteMapWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(renderCtx, log) {}
194 BufferVerifierBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
203 glu::RenderContext& m_renderCtx
    [all...]
  /external/deqp/modules/gles31/
tes31Context.hpp 31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
64 glu::RenderContext* m_renderCtx;
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.hpp 39 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 9