Searched defs:ContextWrapper (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp35 class ContextWrapper class in namespace:sglr
38 ContextWrapper (void);
39 ~ContextWrapper (void);
H A DsglrContextWrapper.cpp30 ContextWrapper::ContextWrapper (void) function in class:sglr::ContextWrapper
35 ContextWrapper::~ContextWrapper (void)
39 void ContextWrapper::setContext (Context* context)
44 Context* ContextWrapper::getCurrentContext (void) const
49 int ContextWrapper::getWidth (void) const
54 int ContextWrapper::getHeight (void) const
59 void ContextWrapper::glViewport (int x, int y, int width, int height)
64 void ContextWrapper
[all...]
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp80 class ContextWrapper : public CallLogWrapper class in namespace:deqp::gls::LifetimeTests::details
94 ContextWrapper (const Context& ctx);
98 class Binder : public ContextWrapper
107 Binder (const Context& ctx) : ContextWrapper(ctx) {}
135 class Type : public ContextWrapper
149 Type (const Context& ctx) : ContextWrapper(ctx) {}
209 class Attacher : public ContextWrapper
225 : ContextWrapper (ctx)
234 class InputAttacher : public ContextWrapper
241 : ContextWrapper (attache
[all...]
H A DglsLifetimeTests.cpp76 GLint getInteger (ContextWrapper& gl, GLenum queryParam)
129 ContextWrapper::ContextWrapper (const Context& ctx) function in class:deqp::gls::LifetimeTests::details::ContextWrapper
692 // Copy ContextWrapper since MI (except for CallLogWrapper) is a no-no.
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 150 milliseconds