/external/autotest/client/deps/glbench/src/ |
H A D | glinterface.h | 15 typedef struct waffle_context *GLContext; // Forward declaration from waffle.h. typedef in typeref:struct:waffle_context 25 typedef GLXContext GLContext; typedef 30 typedef EGLContext GLContext; typedef 57 virtual bool MakeCurrent(const GLContext& context) = 0; 58 virtual const GLContext CreateContext() = 0; 59 virtual void DeleteContext(const GLContext& context) = 0; 60 virtual const GLContext& GetMainContext() = 0;
|
H A D | glx_stuff.h | 27 virtual bool MakeCurrent(const GLContext& context); 28 virtual const GLContext CreateContext(); 29 virtual void DeleteContext(const GLContext& context); 30 virtual const GLContext& GetMainContext() {
|
H A D | egl_stuff.h | 30 virtual bool MakeCurrent(const GLContext& context); 31 virtual const GLContext CreateContext(); 32 virtual void DeleteContext(const GLContext& context); 33 virtual const GLContext& GetMainContext() {
|
H A D | waffle_stuff.h | 29 virtual bool MakeCurrent(const GLContext& context); 30 virtual const GLContext CreateContext(); 31 virtual void DeleteContext(const GLContext& context); 32 virtual const GLContext& GetMainContext() {
|
H A D | contexttest.cc | 36 GLContext main_context = interface->GetMainContext(); 37 GLContext new_context = interface->CreateContext();
|
H A D | glx_stuff.cc | 92 bool GLXInterface::MakeCurrent(const GLContext& context) { 96 const GLContext GLXInterface::CreateContext() { 103 void GLXInterface::DeleteContext(const GLContext& context) {
|
H A D | egl_stuff.cc | 104 bool EGLInterface::MakeCurrent(const GLContext& context) { 108 const GLContext EGLInterface::CreateContext() { 122 void EGLInterface::DeleteContext(const GLContext& context) {
|
H A D | waffle_stuff.cc | 183 bool WaffleInterface::MakeCurrent(const GLContext& context) { 187 const GLContext WaffleInterface::CreateContext() { 194 void WaffleInterface::DeleteContext(const GLContext& context) {
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport) function in class:sglr::GLContext 65 GLContext::~GLContext (void) 116 void GLContext::enableLogging (deUint32 logFlags) 122 tcu::IVec2 GLContext::getDrawOffset (void) const 130 tcu::IVec2 GLContext::getReadOffset (void) const 138 int GLContext::getWidth (void) const 143 int GLContext::getHeight (void) const 148 void GLContext [all...] |
H A D | sglrGLContext.hpp | 50 class GLContext : public Context class in namespace:sglr 53 GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport); 54 virtual ~GLContext (void); 221 GLContext (const GLContext& other); 222 GLContext& operator= (const GLContext& other);
|
H A D | sglrShaderProgram.hpp | 254 friend class GLContext; // for source string access
|
/external/deqp/modules/glshared/ |
H A D | glsFragOpInteractionCase.hpp | 39 class GLContext; 76 sglr::GLContext* m_glCtx;
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fDepthTests.cpp | 144 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
|
H A D | es2fTextureSpecificationTests.cpp | 374 void verifyTex2D (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext); 375 void verifyTexCube (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext); 430 sglr::GLContext gles2Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)); 480 void TextureSpecCase::verifyTex2D (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext) 518 void TextureSpecCase::verifyTexCube (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext)
|
H A D | es2fStencilTests.cpp | 324 sglr::GLContext context(m_context.getRenderContext(), log, 0 /* don't log calls or program */, viewport);
|
H A D | es2fClippingTests.cpp | 515 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE)); 652 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE)); 875 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE)); 1049 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE));
|
H A D | es2fFboApiTest.cpp | 588 sglr::GLContext context(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(0, 0, m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight()));
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fDepthTests.cpp | 147 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
|
H A D | es3fFboTestCase.cpp | 83 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
|
H A D | es3fStencilTests.cpp | 327 sglr::GLContext context(m_context.getRenderContext(), log, 0 /* don't log calls or program */, viewport);
|
H A D | es3fTextureSpecificationTests.cpp | 160 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext) = DE_NULL; 197 sglr::GLContext gles3Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)); 256 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext); 279 void Texture2DSpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext) 341 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext); 362 void TextureCubeSpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext) 438 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext); 463 void Texture2DArraySpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext) 538 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext); 563 void Texture3DSpecCase::verifyTexture (sglr::GLContext [all...] |
H A D | es3fClippingTests.cpp | 518 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE)); 655 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE)); 879 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE)); 1053 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE));
|
H A D | es3fFboApiTests.cpp | 565 sglr::GLContext context(m_context.getRenderContext(), log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(0, 0, m_context.getRenderContext().getRenderTarget().getWidth(), m_context.getRenderContext().getRenderTarget().getHeight()));
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 85 sglr::GLContext context(renderCtx, log, 0, tcu::IVec4(x, y, width, height));
|
H A D | es31fTextureSpecificationTests.cpp | 114 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext) = DE_NULL; 154 sglr::GLContext gles31Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)); 214 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext); 242 void TextureCubeArraySpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext)
|