Searched refs:ContextWrapper (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 30 ContextWrapper::ContextWrapper (void) in ContextWrapper() function in sglr::ContextWrapper 35 ContextWrapper::~ContextWrapper (void) in ~ContextWrapper() 39 void ContextWrapper::setContext (Context* context) in setContext() 44 Context* ContextWrapper::getCurrentContext (void) const in getCurrentContext() 49 int ContextWrapper::getWidth (void) const in getWidth() 54 int ContextWrapper::getHeight (void) const in getHeight() 59 void ContextWrapper::glViewport (int x, int y, int width, int height) in glViewport() 64 void ContextWrapper [all...] |
H A D | sglrContextWrapper.hpp | 35 class ContextWrapper class 38 ContextWrapper (void); 39 ~ContextWrapper (void);
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.hpp | 80 class ContextWrapper : public CallLogWrapper class 94 ContextWrapper (const Context& ctx); 98 class Binder : public ContextWrapper 107 Binder (const Context& ctx) : ContextWrapper(ctx) {} in Binder() 135 class Type : public ContextWrapper 149 Type (const Context& ctx) : ContextWrapper(ctx) {} in Type() 209 class Attacher : public ContextWrapper 225 : ContextWrapper (ctx) in Attacher() 234 class InputAttacher : public ContextWrapper 241 : ContextWrapper (attache in InputAttacher() [all...] |
H A D | glsLifetimeTests.cpp | 78 GLint getInteger (ContextWrapper& gl, GLenum queryParam) in getInteger() 131 ContextWrapper::ContextWrapper (const Context& ctx) in ContextWrapper() function in deqp::gls::LifetimeTests::details::ContextWrapper 854 // Copy ContextWrapper since MI (except for CallLogWrapper) is a no-no.
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.hpp | 43 class FboTestCase : public TestCase, public sglr::ContextWrapper
|
H A D | es3fTextureSpecificationTests.cpp | 150 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.hpp | 43 class FboTestCase : public TestCase, public sglr::ContextWrapper
|
H A D | es31fTextureSpecificationTests.cpp | 102 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPixelStorageModesTests.cpp | 606 , public sglr::ContextWrapper 871 , public sglr::ContextWrapper 1273 , public sglr::ContextWrapper 1618 , public sglr::ContextWrapper
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 353 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
|
Completed in 22 milliseconds