HomeSort by relevance Sort by last modified time
    Searched defs:ContextWrapper (Results 1 - 25 of 39) 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):
initsid.py 21 from .context import ContextWrapper
52 if ContextWrapper(left_initialsid.context) != ContextWrapper(right_initialsid.context):
fsuse.py 21 from .context import ContextWrapper
55 if ContextWrapper(left_rule.context) != ContextWrapper(right_rule.context):
79 self.context = ContextWrapper(rule.context)
genfscon.py 21 from .context import ContextWrapper
55 if ContextWrapper(left_rule.context) != ContextWrapper(right_rule.context):
80 self.context = ContextWrapper(rule.context)
netifcon.py 21 from .context import ContextWrapper
57 if ContextWrapper(left_netifcon.context) != ContextWrapper(right_netifcon.context):
64 if ContextWrapper(left_netifcon.packet) != ContextWrapper(right_netifcon.packet):
nodecon.py 21 from .context import ContextWrapper
54 if ContextWrapper(left_nodecon.context) != ContextWrapper(right_nodecon.context):
portcon.py 21 from .context import ContextWrapper
54 if ContextWrapper(left_portcon.context) != ContextWrapper(right_portcon.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 76 GLint getInteger (ContextWrapper& gl, GLenum queryParam)
129 ContextWrapper::ContextWrapper (const Context& ctx)
692 // Copy ContextWrapper since MI (except for CallLogWrapper) is a no-no.
    [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 51 public class ContextWrapper extends Context {
54 public ContextWrapper(Context base) {
59 * Set the base context for this ContextWrapper. All calls will then be
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.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/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 

Completed in 498 milliseconds

1 2