Home
last modified time | relevance | path

Searched refs:ContextWrapper (Results 1 – 24 of 24) 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/dagger2/java/dagger/hilt/android/internal/managers/
DFragmentComponentManager.java21 import android.content.ContextWrapper;
97 while (context instanceof ContextWrapper in findActivity()
99 context = ((ContextWrapper) context).getBaseContext(); in findActivity()
104 public static ContextWrapper createContextWrapper(Context base, Fragment fragment) { in createContextWrapper()
108 public static ContextWrapper createContextWrapper( in createContextWrapper()
DViewComponentManager.java20 import android.content.ContextWrapper;
157 while (context instanceof ContextWrapper && !target.isInstance(context)) { in unwrap()
158 context = ((ContextWrapper) context).getBaseContext(); in unwrap()
169 public static final class FragmentContextWrapper extends 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;
222 void assertNoBroadcastListenersOfActionRegistered(ContextWrapper context, String action) { in assertNoBroadcastListenersOfActionRegistered()
/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/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/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/testing/
DFakeContextBuilder.java26 import android.content.ContextWrapper;
47 private final ContextWrapper context;
56 new ContextWrapper(ApplicationProvider.getApplicationContext()) { in FakeContextBuilder()
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DAdvancedMockContext.java10 import android.content.ContextWrapper;
21 public class AdvancedMockContext extends ContextWrapper {
/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/setupcompat/main/java/com/google/android/setupcompat/
DPartnerCustomizationLayout.java22 import android.content.ContextWrapper;
241 } else if (context instanceof ContextWrapper) { in lookupActivityFromContext()
242 return lookupActivityFromContext(((ContextWrapper) context).getBaseContext()); in lookupActivityFromContext()
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/
DBaseChromiumRunnerCommon.java8 import android.content.ContextWrapper;
37 static class MultiDexContextWrapper extends ContextWrapper {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextWrapperTest.java19 import android.content.ContextWrapper;
51 private ContextWrapper contextWrapper;
58 contextWrapper = new ContextWrapper(context); in setUp()
361 new ContextWrapper(application).registerReceiver(receiver, intentFilter("foo", "baz")); in broadcastReceivers_shouldBeSharedAcrossContextsPerApplicationContext()
362 new ContextWrapper(application).sendBroadcast(new Intent("foo")); in broadcastReceivers_shouldBeSharedAcrossContextsPerApplicationContext()
366 new ContextWrapper(application).unregisterReceiver(receiver); in broadcastReceivers_shouldBeSharedAcrossContextsPerApplicationContext()
444 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/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/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp607 , public sglr::ContextWrapper
872 , public sglr::ContextWrapper
1274 , public sglr::ContextWrapper
1612 , public sglr::ContextWrapper
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp353 class TextureSpecCase : public TestCase, public sglr::ContextWrapper