/external/deqp/framework/egl/ |
egluGLContextFactory.cpp | 127 class RenderContext : public GLRenderContext 130 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config); 131 virtual ~RenderContext (void); 162 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config) 188 RenderContext::~RenderContext(void) 288 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config) 430 void RenderContext::destroy (void) 462 void RenderContext::postIterate (void [all...] |
/external/deqp/framework/platform/win32/ |
tcuWin32GLES3Platform.cpp | 58 class Win32GLES3Context : public glu::RenderContext 150 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const; 168 glu::RenderContext* Win32GLES3ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
|
tcuWGLContextFactory.cpp | 65 class WGLContext : public glu::RenderContext 163 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
|
/external/deqp/modules/gles31/functional/ |
es31fFboNoAttachmentTests.cpp | 67 bool checkFramebufferSize (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size) 174 bool checkFramebufferRenderable (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size) 269 const glu::RenderContext& renderCtx, 276 const glu::RenderContext& m_renderCtx; 281 const glu::RenderContext& renderCtx, 327 const glu::RenderContext& renderCtx, 344 const glu::RenderContext& m_renderCtx; 350 const glu::RenderContext& renderCtx, 436 const glu::RenderContext& renderCtx, 446 const glu::RenderContext& m_renderCtx [all...] |
es31fSSBOLayoutCase.hpp | 33 class RenderContext; 155 SSBOLayoutCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode); 170 glu::RenderContext& m_renderCtx;
|
es31fShaderHelperInvocationTests.cpp | 162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPrimitives, de::Random* rnd) 203 FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples); 210 const glu::RenderContext& m_renderCtx; 220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples) 331 const glu::RenderContext& renderCtx = m_context.getRenderContext(); 426 const glu::RenderContext& renderCtx = m_context.getRenderContext(); 490 const glu::RenderContext& renderCtx = m_context.getRenderContext(); 625 const glu::RenderContext& renderCtx = m_context.getRenderContext();
|
/external/deqp/modules/glshared/ |
glsDrawTest.hpp | 245 DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const DrawTestSpec& spec, const char* name, const char* desc); 246 DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc); 260 glu::RenderContext& m_renderCtx;
|
glsLifetimeTests.hpp | 55 using glu::RenderContext; 66 Context (const RenderContext& renderCtx, 70 const RenderContext& getRenderContext (void) const { return m_renderCtx; } 76 const RenderContext& m_renderCtx; 84 const RenderContext& getRenderContext (void) const { return m_ctx.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,
|
glsAttributeLocationTests.cpp | 100 deInt32 getMaxAttributeLocations (glu::RenderContext& renderCtx) 254 string createVertexShaderSource (glu::RenderContext& renderCtx, const vector<Attribute>& attributes, bool attributeAliasing) 276 string createFragmentShaderSource (glu::RenderContext& renderCtx, bool attributeAliasing) 412 pair<deUint32, deUint32> createAndAttachShaders (TestLog& log, glu::RenderContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bool attributeAliasing) 687 glu::RenderContext& renderCtx, 805 glu::RenderContext& renderCtx, 830 glu::RenderContext& renderCtx, 864 glu::RenderContext& renderCtx, 894 glu::RenderContext& renderCtx, 931 glu::RenderContext& renderCtx [all...] |
glsShaderExecUtil.cpp | 53 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) 71 static void checkExtension (const glu::RenderContext& renderCtx, const std::string& extension) 77 static void checkLimit (const glu::RenderContext& renderCtx, deUint32 pname, int required) 457 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) 485 FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec); 514 inline bool hasFloatRenderTargets (const glu::RenderContext& renderCtx) 520 FragmentOutExecutor::FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) 704 VertexShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec); 715 VertexShaderExecutor::VertexShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) 732 static GeometryShaderExecutor* create (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) [all...] |
glsScissorTests.cpp | 172 ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *name, const char* desc, const Vec4& scissorArea); 180 glu::RenderContext& m_renderCtx; 184 ScissorCase::ScissorCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char *name, const char* desc, const Vec4& scissorArea) 289 glu::RenderContext& renderCtx, 308 glu::RenderContext& renderCtx, 402 glu::RenderContext& renderCtx, 419 glu::RenderContext& renderCtx, 476 FramebufferBlitCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea); 492 FramebufferBlitCase::FramebufferBlitCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, const Vec4& scissorArea) 569 FramebufferClearCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, ClearType clearType) [all...] |
glsMemoryStressCase.cpp | 98 TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext); 104 glu::RenderContext& m_renderCtx; 177 TextureRenderer::TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) 179 , m_renderCtx (renderContext) 184 const glu::ContextType ctxType = renderContext.getType(); 260 BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext); 266 glu::RenderContext& m_renderCtx [all...] |
glsTextureStateQueryTests.cpp | 682 const glu::RenderContext& renderCtx, 695 const glu::RenderContext& m_renderCtx; 703 const glu::RenderContext& renderCtx, 757 IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target); 763 const glu::RenderContext& m_renderCtx; 767 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target) 812 DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type); 816 DepthStencilModeCase::DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) 890 TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryTy (…) [all...] |
/external/deqp/framework/opengl/ |
gluShaderProgram.hpp | 41 class RenderContext; 85 Shader (const RenderContext& renderCtx, ShaderType shaderType); 117 Program (const RenderContext& renderCtx); 118 Program (const RenderContext& renderCtx, deUint32 program); 158 ProgramPipeline (const RenderContext& renderCtx); 187 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
|
gluTexture.cpp | 52 Texture1D::Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width) 63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width) 105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height) 117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) 129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) 214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* levelFileNames) 275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) 288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) 316 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size) 328 TextureCube::TextureCube (const RenderContext& context, deUint32 internalFormat, int size [all...] |
gluObjectWrapper.hpp | 91 explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(), objectTraits(Type)) {} 126 explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTraits(Type), numObjects) {}
|
gluTextureUtil.hpp | 35 class RenderContext; 87 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
|
gluDefs.cpp | 65 void checkError (const RenderContext& context, const char* msg, const char* file, int line)
|
gluDrawUtil.cpp | 113 VertexBuffer (const RenderContext& context, int numBindings, const VertexArrayBinding* bindings, Type type = TYPE_PLANAR); 128 IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices); 339 VertexBuffer::VertexBuffer (const RenderContext& context, int numBindings, const VertexArrayBinding* bindings, Type type) 373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices) 442 static bool isProgramActive (const RenderContext& context, deUint32 program) 495 void drawFromUserPointers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback) 527 void drawFromBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback) 580 void drawFromVAOBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback) 590 void draw (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback)
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
RenderContext.java | 26 public class RenderContext {
38 public RenderContext (TextureBinder textures) {
|
/external/deqp/modules/gles3/performance/ |
es3pDepthTests.cpp | 66 using glu::RenderContext; 103 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log); 113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log) 509 BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc); 529 const RenderContext& m_renderCtx; 535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) 725 RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc); 736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) 894 RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc); 906 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureSizeTests.cpp | 53 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps); 64 glu::RenderContext& m_renderCtx; 76 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) 168 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps); 181 glu::RenderContext& m_renderCtx; 196 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
|
/external/deqp/modules/gles3/functional/ |
es3fTextureSizeTests.cpp | 53 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps); 64 glu::RenderContext& m_renderCtx; 76 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) 168 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps); 181 glu::RenderContext& m_renderCtx; 196 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
|
es3fTextureFormatTests.cpp | 68 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height); 69 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height); 80 glu::RenderContext& m_renderCtx; 91 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) 103 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height) 224 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height); 225 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height); 238 glu::RenderContext& m_renderCtx; 252 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) 266 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int hei (…) [all...] |
/external/deqp/framework/platform/osx/ |
tcuOSXPlatform.cpp | 69 class CGLRenderContext : public glu::RenderContext 183 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
|