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

  /external/skia/tests/
EGLImageTest.cpp 65 sk_sp<GrContext> context1 = GrContext::MakeGL(sk_ref_sp(glCtx1->gl())); local
71 if (!context1) {
72 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
78 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
85 context1->flush();
86 GrGpu* gpu1 = context1->contextPriv().getGpu();
94 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
102 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
110 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
134 context1->resetContext()
    [all...]
  /external/skqp/tests/
EGLImageTest.cpp 65 sk_sp<GrContext> context1 = GrContext::MakeGL(sk_ref_sp(glCtx1->gl())); local
71 if (!context1) {
72 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
78 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
85 context1->flush();
86 GrGpu* gpu1 = context1->contextPriv().getGpu();
94 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
102 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
110 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image);
134 context1->resetContext()
    [all...]
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 49 LDContext* context1 = contextFactory->produce("/"); local
53 ASSERT_EQ(context1, context2);
59 LDContext* context1 = contextFactory->produce("abc/def"); local
63 ASSERT_EQ(context1, context2);
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 194 LLVMContext context1; local
195 EXPECT_EQ(&context1,
196 &(TypeBuilder<types::i<1>, true>::get(context1))->getContext());
  /external/swiftshader/third_party/LLVM/unittests/Support/
TypeBuilderTest.cpp 162 LLVMContext context1; local
163 EXPECT_EQ(&context1,
164 &(TypeBuilder<types::i<1>, true>::get(context1))->getContext());
  /external/libmojo/mojo/edk/system/
awakable_list_unittest.cc 165 uintptr_t context1; local
173 test::SimpleWaiterThread thread1(&result1, &context1);
183 EXPECT_EQ(1u, context1);
190 test::SimpleWaiterThread thread1(&result1, &context1);
204 EXPECT_EQ(3u, context1);
211 test::SimpleWaiterThread thread1(&result1, &context1);
224 EXPECT_EQ(5u, context1);
231 test::SimpleWaiterThread thread1(&result1, &context1);
276 EXPECT_EQ(7u, context1);
  /external/pdfium/fxjs/
fxjs_v8_embeddertest.cpp 59 v8::Local<v8::Context> context1 = engine1.NewLocalContext(); local
60 v8::Context::Scope context_scope1(context1);
  /frameworks/native/cmds/service/
service.cpp 200 char* context1 = NULL; local
206 char* key = strtok_r(argv[optind], "=", &context1);
207 char* value = strtok_r(NULL, "=", &context1);
  /frameworks/wilhelm/src/
ThreadPool.cpp 38 void *context1 = closure.mContext1; local
46 (*handler_ppi)(context1, context2, parameter1);
54 (*handler_ppii)(context1, context2, parameter1, parameter2);
63 (*handler_piipp)(context1, parameter1, parameter2, context2, context3);
251 void *context1, void *context2, void *context3, int parameter1, int parameter2)
274 closure->mContext1 = context1;
372 void *context1, void *context2, int parameter1)
376 context1, context2, NULL, parameter1, 0);
380 void *context1, void *context2, int parameter1, int parameter2)
384 context1, context2, NULL, parameter1, parameter2)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 4940 String context1[] = { local
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-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 

Completed in 360 milliseconds