HomeSort by relevance Sort by last modified time
    Searched full:g_context (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 41 } g_Context;
85 if (width != g_Context.size.width || height != g_Context.size.height) {
89 free(g_Context.cell_in);
90 free(g_Context.cell_out);
93 g_Context.cell_in = (uint8_t*) malloc(size);
94 g_Context.cell_out = (uint8_t*) malloc(size);
96 memset(g_Context.cell_out, 0, size);
98 g_Context.cell_in[index] = rand() & 1;
103 g_pCore->ReleaseResource(g_Context.ctx)
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 44 } g_Context;
92 if (width != g_Context.size.width || height != g_Context.size.height) {
96 free(g_Context.cell_in);
97 free(g_Context.cell_out);
100 g_Context.cell_in = (uint8_t*) malloc(size);
101 g_Context.cell_out = (uint8_t*) malloc(size);
103 memset(g_Context.cell_out, 0, size);
105 g_Context.cell_in[index] = rand() & 1;
110 g_pCore->ReleaseResource(g_Context.ctx)
    [all...]
  /external/chromium_org/mojo/shell/android/
mojo_main.cc 32 LazyInstance<scoped_ptr<shell::Context> > g_context = member in namespace:mojo::__anon13456
39 shell::Context* context = g_context.Pointer()->get();
62 g_context.Get().reset(shell_context);
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.cc 24 static jobject g_context = NULL; // Owned android.content.Context. variable
30 assert(g_context);
31 return g_context;
76 g_context = ats.env()->NewGlobalRef(context);
106 ats.env()->DeleteGlobalRef(g_context);
107 g_context = NULL;
  /external/chromium_org/rlz/lib/
financial_ping.cc 187 AtomicWord g_context; member in namespace:rlz_lib
192 &g_context, reinterpret_cast<AtomicWord>(context));
221 if (!base::subtle::Acquire_Load(&g_context)) {
293 // Copy the pointer to stack because g_context may be set to NULL
298 base::subtle::Acquire_Load(&g_context));
  /external/chromium_org/tools/perf/page_sets/tough_scheduling_cases/
raf_canvas.html 22 var g_context;
29 g_context.fillStyle = 'green';
30 g_context.fillRect(x - 16, y - 16, 32, 32);
36 g_context = canvas.getContext('2d');
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/devguide/coding/
3D-graphics.html 272 ppb_g3d_interface-&gt;SwapBuffers(g_context, cc);
  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
3D-graphics.rst 355 ppb_g3d_interface->SwapBuffers(g_context, cc);

Completed in 3758 milliseconds