/external/deqp/modules/glshared/ |
D | 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 …]
|
D | glsBufferTestUtil.hpp | 41 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 …]
|
D | glsScissorTests.hpp | 34 class RenderContext; 77 glu::RenderContext& renderCtx, 85 glu::RenderContext& renderCtx, 92 glu::RenderContext& renderCtx, 98 glu::RenderContext& renderCtx,
|
D | glsStateChangePerfTestCases.hpp | 32 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;
|
D | 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, co…
|
D | glsShaderLibraryCase.hpp | 32 class RenderContext; 48 glu::RenderContext& renderCtx, 64 glu::RenderContext& m_renderCtx;
|
D | glsFragOpInteractionCase.hpp | 33 class RenderContext; 52 …FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Contex… 65 glu::RenderContext& m_renderCtx;
|
D | glsTextureBufferCase.hpp | 31 class RenderContext; 67 glu::RenderContext& renderCtx, 85 glu::RenderContext& m_renderCtx;
|
D | glsFboCompletenessTests.hpp | 45 using glu::RenderContext; 61 RenderContext& renderCtx, 63 RenderContext& getRenderContext (void) const { return m_renderCtx; } in getRenderContext() 78 RenderContext& m_renderCtx;
|
D | glsTextureStateQueryTests.cpp | 682 const glu::RenderContext& renderCtx, 695 const glu::RenderContext& m_renderCtx; 703 const glu::RenderContext& renderCtx, in TextureTest() 757 …IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, c… 763 const glu::RenderContext& m_renderCtx; 767 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const… in IsTextureCase() 812 …DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const ch… 816 DepthStencilModeCase::DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& re… in DepthStencilModeCase() 890 …TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const c… 894 TextureSRGBDecodeCase::TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& … in TextureSRGBDecodeCase() [all …]
|
/external/deqp/framework/opengl/ |
D | 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 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() 93 const RenderContext& m_context; [all …]
|
D | 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… 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, …
|
D | gluContextInfo.hpp | 35 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;
|
D | gluRenderContext.hpp | 193 class RenderContext class 196 RenderContext (void) {} in RenderContext() function in glu::RenderContext 197 virtual ~RenderContext (void) {} in ~RenderContext() 215 RenderContext (const RenderContext& other); // Not allowed! 216 RenderContext& operator= (const RenderContext& other); // Not allowed! 221 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLi…
|
D | gluContextInfo.cpp | 50 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()
|
D | gluTexture.cpp | 52 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 …]
|
D | gluFboRenderContext.hpp | 44 class FboRenderContext : public RenderContext 47 FboRenderContext (RenderContext* context, const RenderConfig& config); 62 RenderContext* m_context;
|
D | gluPixelTransfer.cpp | 49 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()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.hpp | 53 class RenderContext : public glu::RenderContext class 56 RenderContext (const glu::RenderConfig& config); 57 virtual ~RenderContext (void);
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureCompletenessTests.cpp | 125 …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() 177 …TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* na… 186 glu::RenderContext& m_renderCtx; 190 TexCubeCompletenessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& re… in TexCubeCompletenessCase() 239 …Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, … 251 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCt… in Incomplete2DSizeCase() 315 …Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name… 327 Incomplete2DFormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& rend… in Incomplete2DFormatCase() [all …]
|
/external/deqp/modules/gles3/ |
D | tes3Context.hpp | 31 class RenderContext; 52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; } in getRenderContext() 58 glu::RenderContext* m_renderCtx;
|
/external/deqp/modules/gles2/ |
D | tes2Context.hpp | 31 class RenderContext; 52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; } in getRenderContext() 58 glu::RenderContext* m_renderCtx;
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/ |
D | ModelBatch.java | 26 import com.badlogic.gdx.graphics.g3d.utils.RenderContext; 67 protected final RenderContext context; 78 …public ModelBatch (final RenderContext context, final ShaderProvider shaderProvider, final Rendera… in ModelBatch() 81 …this.context = (context == null) ? new RenderContext(new DefaultTextureBinder(DefaultTextureBinder… in ModelBatch() 88 public ModelBatch (final RenderContext context, final ShaderProvider shaderProvider) { in ModelBatch() 95 public ModelBatch (final RenderContext context, final RenderableSorter sorter) { in ModelBatch() 101 public ModelBatch (final RenderContext context) { in ModelBatch() 180 public RenderContext getRenderContext () { in getRenderContext()
|
/external/deqp/modules/gles31/ |
D | tes31Context.hpp | 31 class RenderContext; 52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; } in getRenderContext() 64 glu::RenderContext* m_renderCtx;
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 127 class RenderContext : public GLRenderContext class 130 …RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFact… 131 virtual ~RenderContext (void); 162 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory… in RenderContext() function in eglu::__anon5f76d0480111::RenderContext 188 RenderContext::~RenderContext(void) in ~RenderContext() 288 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* … in create() 430 void RenderContext::destroy (void) in destroy() 462 void RenderContext::postIterate (void) in postIterate() 558 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::Co… in createContext() 583 return new RenderContext(&displayFactory, windowFactory, pixmapFactory, config); in createContext()
|