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

  /external/mesa3d/src/glx/
glxcurrent.c 63 struct glx_context dummyContext = {
90 = &dummyContext;
95 __glX_tls_Context = (c != NULL) ? c : &dummyContext;
142 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
154 _X_HIDDEN struct glx_context *__glXcurrentContext = &dummyContext;
162 __glXSetCurrentContext(&dummyContext);
174 if (cx == &dummyContext) {
207 * \note This is in this file so that it can access dummyContext.
253 if (oldGC != &dummyContext) {
287 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None)
    [all...]
  /external/v8/test/cctest/compiler/
test-run-stubs.cc 49 Node* dummyContext = graph.NewNode(common.NumberConstant(0.0));
52 slotParam, vectorParam, dummyContext, start, start);

Completed in 724 milliseconds