/external/deqp/framework/opengl/simplereference/ |
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::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 …]
|
D | sglrContextWrapper.hpp | 35 class ContextWrapper class 38 ContextWrapper (void); 39 ~ContextWrapper (void);
|
/external/deqp/modules/glshared/ |
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 (attacher.getContext()) in InputAttacher() [all …]
|
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
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowContextWrapper.java | 5 import android.content.ContextWrapper; 13 @Implements(ContextWrapper.class) 17 private ContextWrapper realContextWrapper;
|
D | ShadowApplication.java | 11 import android.content.ContextWrapper; 113 public void assertNoBroadcastListenersOfActionRegistered(ContextWrapper context, String action) { in assertNoBroadcastListenersOfActionRegistered()
|
D | ShadowInstrumentation.java | 23 import android.content.ContextWrapper; 217 void assertNoBroadcastListenersOfActionRegistered(ContextWrapper context, String action) { in assertNoBroadcastListenersOfActionRegistered()
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | ContextUtils.java | 9 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/ |
D | LinkSpan.java | 20 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/ |
D | ShadowContextWrapperTest.java | 17 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()
|
D | ShadowAlertDialogTest.java | 17 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/ |
D | PartnerCustomizationLayout.java | 22 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/ |
D | RequestManagerRetriever.java | 7 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/ |
D | es31fFboTestCase.hpp | 43 class FboTestCase : public TestCase, public sglr::ContextWrapper
|
D | es31fTextureSpecificationTests.cpp | 102 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.hpp | 43 class FboTestCase : public TestCase, public sglr::ContextWrapper
|
D | es3fTextureSpecificationTests.cpp | 150 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 353 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
|