Home
last modified time | relevance | path

Searched refs:RenderContext (Results 1 – 25 of 180) sorted by relevance

12345678

/external/deqp/modules/glshared/
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& renderCtx,
[all …]
DglsBufferTestUtil.hpp41 class RenderContext;
64 …BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, cons…
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(render… in BufferSubDataWriter()
167 …BufferWriteMapWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(render… in BufferWriteMapWriter()
194 BufferVerifierBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
203 glu::RenderContext& m_renderCtx;
[all …]
DglsScissorTests.hpp34 class RenderContext;
77 glu::RenderContext& renderCtx,
85 glu::RenderContext& renderCtx,
92 glu::RenderContext& renderCtx,
98 glu::RenderContext& renderCtx,
DglsStateChangePerfTestCases.hpp32 class RenderContext;
55 …StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char*…
82 glu::RenderContext& m_renderCtx;
112 …StateChangeCallPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const ch…
125 glu::RenderContext& m_renderCtx;
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, co…
DglsFragOpInteractionCase.hpp33 class RenderContext;
52 …FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Contex…
65 glu::RenderContext& m_renderCtx;
DglsTextureBufferCase.hpp31 class RenderContext;
67 glu::RenderContext& renderCtx,
85 glu::RenderContext& m_renderCtx;
DglsFboCompletenessTests.hpp45 using glu::RenderContext;
61 RenderContext& renderCtx,
63 RenderContext& getRenderContext (void) const { return m_renderCtx; } in getRenderContext()
77 RenderContext& m_renderCtx;
DglsLifetimeTests.hpp55 using glu::RenderContext;
66 Context (const RenderContext& renderCtx, in Context()
70 const RenderContext& getRenderContext (void) const { return m_renderCtx; } in getRenderContext()
76 const RenderContext& m_renderCtx;
84 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); } in getRenderContext()
396 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight,
398 void setViewport (const RenderContext& renderCtx, const Rectangle& rect);
399 void readRectangle (const RenderContext& renderCtx, const Rectangle& rect,
/external/deqp/framework/opengl/
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 t…
72 …Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int hei…
73 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
82 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
83 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
84 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… in create()
92 const RenderContext& m_context;
[all …]
DgluContextInfo.hpp35 class RenderContext;
48 const T& getValue (const RenderContext& context) const in getValue()
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;
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…
44 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat…
45 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const t…
46 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, …
DgluRenderContext.hpp191 class RenderContext class
194 RenderContext (void) {} in RenderContext() function in glu::RenderContext
195 virtual ~RenderContext (void) {} in ~RenderContext()
213 RenderContext (const RenderContext& other); // Not allowed!
214 RenderContext& operator= (const RenderContext& other); // Not allowed!
219 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLi…
DgluContextInfo.cpp50 bool operator() (const RenderContext& context) const in operator ()()
69 ES2ContextInfo (const RenderContext& context);
139 ES2ContextInfo::ES2ContextInfo (const RenderContext& context) in ES2ContextInfo()
164 vector<string> GetExtensions::operator() (const RenderContext& context) const in operator ()()
195 set<int> GetCompressedTextureFormats::operator() (const RenderContext& context) const in operator ()()
216 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo()
260 ContextInfo* ContextInfo::create (const RenderContext& context) in create()
DgluShaderProgram.hpp41 class RenderContext;
75 Shader (const RenderContext& renderCtx, ShaderType shaderType);
95 const RenderContext& m_renderCtx;
106 Program (const RenderContext& renderCtx);
107 Program (const RenderContext& renderCtx, deUint32 program);
135 const RenderContext& m_renderCtx;
147 ProgramPipeline (const RenderContext& renderCtx);
159 const RenderContext& m_renderCtx;
174 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
DgluFboRenderContext.hpp44 class FboRenderContext : public RenderContext
47 FboRenderContext (RenderContext* context, const RenderConfig& config);
62 RenderContext* m_context;
DgluTexture.cpp52 Texture1D::Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width) in Texture1D()
63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width) in Texture1D()
105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture2D()
117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) in Texture2D()
129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, … in Texture2D()
214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create()
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create()
288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLeve… in TextureCube()
316 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int siz… in TextureCube()
328 TextureCube::TextureCube (const RenderContext& context, deUint32 internalFormat, int size) in TextureCube()
[all …]
DgluPixelTransfer.cpp49 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst) in readPixels()
68 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat,… in texImage2D()
87 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat,… in texImage3D()
107 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const t… in texSubImage2D()
126 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, … in texSubImage3D()
DgluStateReset.hpp31 class RenderContext;
33 void resetState (const RenderContext& renderCtx);
/external/deqp/framework/platform/null/
DtcuNullRenderContext.hpp53 class RenderContext : public glu::RenderContext class
56 RenderContext (const glu::RenderConfig& config);
57 virtual ~RenderContext (void);
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp128 …Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,…
137 glu::RenderContext& m_renderCtx;
141 Tex2DCompletenessCase::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& render… in Tex2DCompletenessCase()
180 …TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* na…
189 glu::RenderContext& m_renderCtx;
193 TexCubeCompletenessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& re… in TexCubeCompletenessCase()
242 …Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, …
254 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCt… in Incomplete2DSizeCase()
305 …Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name…
317 Incomplete2DFormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& rend… in Incomplete2DFormatCase()
[all …]
/external/deqp/modules/gles3/
Dtes3Context.hpp31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; } in getRenderContext()
58 glu::RenderContext* m_renderCtx;
/external/deqp/modules/gles2/
Dtes2Context.hpp31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; } in getRenderContext()
58 glu::RenderContext* m_renderCtx;
/external/deqp/modules/gles31/
Dtes31Context.hpp31 class RenderContext;
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; } in getRenderContext()
64 glu::RenderContext* m_renderCtx;
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.hpp53 …NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxI…
60 const glu::RenderContext& getRenderContext (void) const { return m_renderCtx; } in getRenderContext()
70 glu::RenderContext& m_renderCtx;

12345678