HomeSort by relevance Sort by last modified time
    Searched refs:ContextWrapper (Results 1 - 15 of 15) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 30 ContextWrapper::ContextWrapper (void)
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::glActiveTexture (deUint32 texture
    [all...]
sglrContextWrapper.hpp 35 class ContextWrapper
38 ContextWrapper (void);
39 ~ContextWrapper (void);
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 80 class ContextWrapper : public CallLogWrapper
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 (attacher.getContext()
    [all...]
glsLifetimeTests.cpp 76 GLint getInteger (ContextWrapper& gl, GLenum queryParam)
129 ContextWrapper::ContextWrapper (const Context& ctx)
689 // Copy ContextWrapper since MI (except for CallLogWrapper) is a no-no.
    [all...]
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
AdvancedMockContext.java 10 import android.content.ContextWrapper;
19 * ContextWrapper that adds functionality for SharedPreferences and a way to set and retrieve flags.
21 public class AdvancedMockContext extends ContextWrapper {
  /cts/tests/tests/content/src/android/content/cts/
MockContextWrapperService.java 20 import android.content.ContextWrapper;
28 * This class is used for {@link ContextWrapper}
ContextWrapperTest.java 26 import android.content.ContextWrapper;
56 * Test {@link ContextWrapper}.
89 private ContextWrapper mContextWrapper;
103 mContextWrapper = new ContextWrapper(mContext);
130 new ContextWrapper(mContext);
133 new ContextWrapper(null);
284 // set Wallpaper by contextWrapper#setWallpaper(Bitmap)
302 // set Wallpaper by contextWrapper#setWallpaper(InputStream)
346 ContextWrapper.MODE_WORLD_READABLE | ContextWrapper.MODE_WORLD_WRITEABLE, factory)
    [all...]
SharedPreferencesTest.java 21 import android.content.ContextWrapper;
42 private ContextWrapper mContextWrapper;
50 mContextWrapper = new ContextWrapper(mContext);
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.hpp 43 class FboTestCase : public TestCase, public sglr::ContextWrapper
es3fTextureSpecificationTests.cpp 138 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.hpp 43 class FboTestCase : public TestCase, public sglr::ContextWrapper
es31fTextureSpecificationTests.cpp 102 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java 10 import android.content.ContextWrapper;
436 // Only retrieve the base context if the supplied context is a ContextWrapper but not
437 // an Activity, given that Activity is already a subclass of ContextWrapper.
438 if (context instanceof ContextWrapper && !(context instanceof Activity)) {
439 context = ((ContextWrapper) context).getBaseContext();
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 354 class TextureSpecCase : public TestCase, public sglr::ContextWrapper
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 637 milliseconds