Home
last modified time | relevance | path

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

1234567891011

/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…
/external/deqp/framework/opengl/
DgluTexture.hpp46 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 t…
73 …Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int hei…
74 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
83 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
84 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
85 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… in create()
88 const RenderContext& m_context;
[all …]
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, …
DgluContextInfo.hpp35 class RenderContext;
48 const T& getValue (const RenderContext& context) const in getValue()
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;
DgluRenderContext.hpp201 class RenderContext class
204 RenderContext (void) {} in RenderContext() function in glu::RenderContext
205 virtual ~RenderContext (void) {} in ~RenderContext()
229 RenderContext (const RenderContext& other); // Not allowed!
230 RenderContext& operator= (const RenderContext& other); // Not allowed!
235 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, c…
236 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLi…
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 ImmutableTexture2D::ImmutableTexture2D (const RenderContext& context, deUint32 sizedFormat, int wid… in ImmutableTexture2D()
322 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLeve… in TextureCube()
350 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int siz… in TextureCube()
[all …]
DgluContextInfo.cpp50 bool operator() (const RenderContext& context) const in operator ()()
69 ES2ContextInfo (const RenderContext& context);
139 ES2ContextInfo::ES2ContextInfo (const RenderContext& context) in ES2ContextInfo()
164 set<int> GetCompressedTextureFormats::operator() (const RenderContext& context) const in operator ()()
185 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo()
250 ContextInfo* ContextInfo::create (const RenderContext& context) in create()
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.hpp38 class RenderContext;
68 glu::RenderContext* m_rc;
198 static glw::GLuint createBuffer(const glw::Functions* gl, const glu::RenderContext* rc);
199 static glw::GLuint createFramebuffer(const glw::Functions* gl, const glu::RenderContext* rc);
200 static glw::GLuint createProgram(const glw::Functions* gl, const glu::RenderContext* rc);
201 static glw::GLuint createProgramPipeline(const glw::Functions* gl, const glu::RenderContext* rc);
202 static glw::GLuint createQuery(const glw::Functions* gl, const glu::RenderContext* rc);
203 static glw::GLuint createRenderbuffer(const glw::Functions* gl, const glu::RenderContext* rc);
204 static glw::GLuint createSampler(const glw::Functions* gl, const glu::RenderContext* rc);
205 static glw::GLuint createShader(const glw::Functions* gl, const glu::RenderContext* rc);
[all …]
DglcContext.hpp34 class RenderContext;
57 glu::RenderContext& getRenderContext(void) in getRenderContext()
62 void setRenderContext(glu::RenderContext* renderCtx) in setRenderContext()
82 glu::RenderContext* m_renderCtx;
/external/skqp/modules/sksg/include/
DSkSGRenderNode.h25 struct RenderContext;
29 void render(SkCanvas*, const RenderContext* = nullptr) const;
34 virtual void onRender(SkCanvas*, const RenderContext*) const = 0;
39 struct RenderContext { struct
49 ScopedRenderContext(SkCanvas*, const RenderContext*); argument
65 operator const RenderContext* () const { return &fCtx; }
85 RenderContext fCtx;
/external/skia/modules/sksg/include/
DSkSGRenderNode.h27 struct RenderContext;
31 void render(SkCanvas*, const RenderContext* = nullptr) const;
40 virtual void onRender(SkCanvas*, const RenderContext*) const = 0;
46 struct RenderContext { struct
57 ScopedRenderContext(SkCanvas*, const RenderContext*); argument
73 operator const RenderContext* () const { return &fCtx; }
98 RenderContext fCtx;
/external/deqp/framework/egl/
DegluGLContextFactory.cpp130 class RenderContext : public GLRenderContext class
133RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFact…
134 virtual ~RenderContext (void);
151 …apFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext* sharedContext…
172 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory… in RenderContext() function in eglu::__anonb10fb3450111::RenderContext
199 RenderContext::~RenderContext(void) in ~RenderContext()
298 void RenderContext::makeCurrent (void) in makeCurrent()
305 glw::GenericFuncType RenderContext::getProcAddress (const char* name) const in getProcAddress()
310RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* wind… in create()
320 const RenderContext* context = dynamic_cast<const RenderContext*>(sharedContext); in create()
[all …]
DegluGLContextFactory.hpp39 class GLRenderContext : public glu::RenderContext
52 …virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::Command…
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.hpp93 void renderQuad(const glu::RenderContext& context, glw::GLint reductionMode);
109 …virtual void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw:…
112 void renderToFBO(const glu::RenderContext& context, glw::GLuint resultTextureId, tcu::IVec2 size,
127 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum …
142 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum …
157 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum …
172 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum …
187 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum …
202 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum …
210 …std::vector<glw::GLuint> getDataFromTexture(const glu::RenderContext& context, glw::GLuint texture…
[all …]
/external/skia/modules/sksg/src/
DSkSGRenderNode.cpp18 void RenderNode::render(SkCanvas* canvas, const RenderContext* ctx) const { in render()
29 bool RenderNode::RenderContext::modulatePaint(SkPaint* paint) const { in modulatePaint()
44 RenderNode::ScopedRenderContext::ScopedRenderContext(SkCanvas* canvas, const RenderContext* ctx) in ScopedRenderContext()
46 , fCtx(ctx ? *ctx : RenderContext()) in ScopedRenderContext()
81 fCtx = RenderContext(); in setIsolation()
96 fCtx = RenderContext(); in setFilterIsolation()
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp125 …Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,…
134 glu::RenderContext& m_renderCtx;
138 Tex2DCompletenessCase::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& render… in Tex2DCompletenessCase()
182 …TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* na…
191 glu::RenderContext& m_renderCtx;
195 TexCubeCompletenessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& re… in TexCubeCompletenessCase()
248 …Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, …
260 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCt… in Incomplete2DSizeCase()
322 …Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name…
334 Incomplete2DFormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& rend… in Incomplete2DFormatCase()
[all …]
/external/skqp/modules/sksg/src/
DSkSGRenderNode.cpp17 void RenderNode::render(SkCanvas* canvas, const RenderContext* ctx) const { in render()
22 bool RenderNode::RenderContext::modulatePaint(SkPaint* paint) const { in modulatePaint()
36 RenderNode::ScopedRenderContext::ScopedRenderContext(SkCanvas* canvas, const RenderContext* ctx) in ScopedRenderContext()
38 , fCtx(ctx ? *ctx : RenderContext()) in ScopedRenderContext()
67 fCtx = RenderContext(); in setIsolation()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.hpp53 class RenderContext : public glu::RenderContext class
56 RenderContext (const glu::RenderConfig& config);
57 virtual ~RenderContext (void);
DtcuNullContextFactory.cpp37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu… in createContext()
39 return new RenderContext(config); in createContext()
/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;

1234567891011