Home
last modified time | relevance | path

Searched refs:ContextWrapper (Results 1 – 18 of 18) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp30 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::glActiveTexture (deUint32 texture) in glActiveTexture()
69 void ContextWrapper::glBindTexture (deUint32 target, deUint32 texture) in glBindTexture()
74 void ContextWrapper::glGenTextures (int numTextures, deUint32* textures) in glGenTextures()
[all …]
DsglrContextWrapper.hpp35 class ContextWrapper class
38 ContextWrapper (void);
39 ~ContextWrapper (void);
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp80 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 (attacher.getContext()) in InputAttacher()
[all …]
DglsLifetimeTests.cpp78 GLint getInteger (ContextWrapper& gl, GLenum queryParam) in getInteger()
131 ContextWrapper::ContextWrapper (const Context& ctx) in ContextWrapper() function in deqp::gls::LifetimeTests::details::ContextWrapper
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java5 import android.content.ContextWrapper;
13 @Implements(ContextWrapper.class)
17 private ContextWrapper realContextWrapper;
DShadowApplication.java11 import android.content.ContextWrapper;
113 public void assertNoBroadcastListenersOfActionRegistered(ContextWrapper context, String action) { in assertNoBroadcastListenersOfActionRegistered()
DShadowInstrumentation.java23 import android.content.ContextWrapper;
217 void assertNoBroadcastListenersOfActionRegistered(ContextWrapper context, String action) { in assertNoBroadcastListenersOfActionRegistered()
/external/libchrome/base/android/java/src/org/chromium/base/
DContextUtils.java9 import android.content.ContextWrapper;
129 while (context instanceof ContextWrapper) { in getApplicationAssets()
130 context = ((ContextWrapper) context).getBaseContext(); in getApplicationAssets()
/external/setupdesign/main/src/com/google/android/setupdesign/span/
DLinkSpan.java20 import android.content.ContextWrapper;
123 } else if (context instanceof ContextWrapper) { in getLegacyListenerFromContext()
127 context = ((ContextWrapper) context).getBaseContext(); in getLegacyListenerFromContext()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextWrapperTest.java17 import android.content.ContextWrapper;
46 private ContextWrapper contextWrapper;
53 contextWrapper = new ContextWrapper(context); in setUp()
270 new ContextWrapper(application).registerReceiver(receiver, intentFilter("foo", "baz")); in broadcastReceivers_shouldBeSharedAcrossContextsPerApplicationContext()
271 new ContextWrapper(application).sendBroadcast(new Intent("foo")); in broadcastReceivers_shouldBeSharedAcrossContextsPerApplicationContext()
275 new ContextWrapper(application).unregisterReceiver(receiver); in broadcastReceivers_shouldBeSharedAcrossContextsPerApplicationContext()
353 Context viewContext = new ContextWrapper(view.getContext()); in shouldReturnApplicationContext_forViewContextInflatedWithApplicationContext()
DShadowAlertDialogTest.java17 import android.content.ContextWrapper;
200 AlertDialog.Builder builder = new AlertDialog.Builder(new ContextWrapper(context)); in testBuilderWithItemArrayViaResourceId()
256 AlertDialog.Builder builder = new AlertDialog.Builder(new ContextWrapper(context)); in shouldCallTheClickListenerOfTheCheckedAdapterInASingleChoiceDialog()
/external/setupcompat/main/java/com/google/android/setupcompat/
DPartnerCustomizationLayout.java22 import android.content.ContextWrapper;
224 } else if (context instanceof ContextWrapper) { in lookupActivityFromContext()
225 return lookupActivityFromContext(((ContextWrapper) context).getBaseContext()); in lookupActivityFromContext()
/external/glide/library/src/main/java/com/bumptech/glide/manager/
DRequestManagerRetriever.java7 import android.content.ContextWrapper;
89 } else if (context instanceof ContextWrapper) { in get()
90 return get(((ContextWrapper) context).getBaseContext()); in get()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.hpp43 class FboTestCase : public TestCase, public sglr::ContextWrapper
Des31fTextureSpecificationTests.cpp102 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.hpp43 class FboTestCase : public TestCase, public sglr::ContextWrapper
Des3fTextureSpecificationTests.cpp150 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp353 class TextureSpecCase : public TestCase, public sglr::ContextWrapper