HomeSort by relevance Sort by last modified time
    Searched defs:contextA (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/mjsunit/regress/
regress-280531.js 28 var contextA = Realm.create();
29 var date1 = Realm.eval(contextA, "new Date('Thu, 29 Aug 2013 00:00:00 UTC')");
31 var date2 = Realm.eval(contextA, "new Date('Thu, 29 Aug 2013 00:00:00 UTC')");
  /external/chromium_org/third_party/skia/src/core/
SkComposeShader.cpp 111 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage);
113 if (!contextA || !contextB) {
114 safe_call_destructor(contextA);
119 return SkNEW_PLACEMENT_ARGS(storage, ComposeShaderContext, (*this, rec, contextA, contextB));
124 SkShader::Context* contextA, SkShader::Context* contextB)
126 , fShaderContextA(contextA)
  /external/chromium_org/v8/test/cctest/
test-object-observe.cc 425 v8::Local<Context> contextA = Context::New(isolate);
426 CHECK_EQ(8, TestObserveSecurity(contextA, contextA, contextA));
450 v8::Local<Context> contextA = Context::New(isolate);
452 CHECK_EQ(0, TestObserveSecurity(contextA, contextA, contextB));
475 v8::Local<Context> contextA = Context::New(isolate);
477 CHECK_EQ(0, TestObserveSecurity(contextA, contextB, contextA));
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 241 EGLContext contextA = createContext(display.getEGLDisplay(), EGL_NO_CONTEXT, config);
243 EGLContext contextB = createContext(display.getEGLDisplay(), contextA, config);
249 makeCurrent(display.getEGLDisplay(), contextA, surface.getEGLSurface());
304 makeCurrent(display.getEGLDisplay(), contextA, surface.getEGLSurface());
315 destroyContext(display.getEGLDisplay(), contextA);
320 destroyContext(display.getEGLDisplay(), contextA);
    [all...]

Completed in 1050 milliseconds