HomeSort by relevance Sort by last modified time
    Searched defs:ContextWrapper (Results 1 - 25 of 45) sorted by null

1 2

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 35 class ContextWrapper
38 ContextWrapper (void);
39 ~ContextWrapper (void);
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
context.py 25 class ContextWrapper(Wrapper):
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator.cpp 51 class ContextWrapper : public IAaptContext {
53 explicit ContextWrapper(IAaptContext* context)
131 ContextWrapper wrapped_context{context_};
218 ContextWrapper wrapped_context{context};
  /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 78 GLint getInteger (ContextWrapper& gl, GLenum queryParam)
131 ContextWrapper::ContextWrapper (const Context& ctx)
854 // Copy ContextWrapper since MI (except for CallLogWrapper) is a no-no.
    [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 56 public class ContextWrapper extends Context {
59 public ContextWrapper(Context base) {
64 * Set the base context for this ContextWrapper. All calls will then be
  /prebuilts/sdk/tools/darwin/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/linux/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/windows/lib/
shrinkedAndroid.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 172 milliseconds

1 2