/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
syncobj.c | 25 * \file syncobj.c 68 #include "syncobj.h" 82 _mesa_delete_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj) 85 free(syncObj); 90 _mesa_fence_sync(struct gl_context *ctx, struct gl_sync_object *syncObj, 97 syncObj->StatusFlag = 1; 102 _mesa_check_sync(struct gl_context *ctx, struct gl_sync_object *syncObj) 105 (void) syncObj; 114 _mesa_wait_sync(struct gl_context *ctx, struct gl_sync_object *syncObj, 118 (void) syncObj; [all...] |
syncobj.h | 25 * \file syncobj.h 57 _mesa_ref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj); 60 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj); 106 _mesa_ref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj) 112 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj)
|
shared.c | 45 #include "syncobj.h"
|
api_exec.c | 105 #include "syncobj.h" [all...] |
context.c | 113 #include "syncobj.h" [all...] |
dlist.c | 64 #include "syncobj.h" [all...] |
/external/mesa3d/src/mesa/main/ |
syncobj.c | 25 * \file syncobj.c 68 #include "syncobj.h" 82 _mesa_delete_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj) 85 free(syncObj); 90 _mesa_fence_sync(struct gl_context *ctx, struct gl_sync_object *syncObj, 97 syncObj->StatusFlag = 1; 102 _mesa_check_sync(struct gl_context *ctx, struct gl_sync_object *syncObj) 105 (void) syncObj; 114 _mesa_wait_sync(struct gl_context *ctx, struct gl_sync_object *syncObj, 118 (void) syncObj; [all...] |
syncobj.h | 25 * \file syncobj.h 57 _mesa_ref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj); 60 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj); 106 _mesa_ref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj) 112 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj)
|
shared.c | 45 #include "syncobj.h"
|
api_exec.c | 105 #include "syncobj.h" [all...] |
context.c | 113 #include "syncobj.h" [all...] |
dlist.c | 64 #include "syncobj.h" [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
LowLevelNetRunner.java | 40 synchronized (RequestAPITest.syncObj) { 41 RequestAPITest.syncObj.notifyAll();
|
TestEventHandler.java | 44 public static final Object syncObj = new Object(); 140 synchronized (syncObj) { 141 syncObj.notifyAll(); 431 synchronized (syncObj) { 432 syncObj.notifyAll(); 482 synchronized (syncObj) { 483 syncObj.notifyAll(); 575 synchronized (syncObj) { 577 syncObj.wait(); 596 synchronized (syncObj) { [all...] |
RequestAPITest.java | 47 public static Object syncObj = new Object();
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
driverfuncs.c | 46 #include "main/syncobj.h"
|
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 46 #include "main/syncobj.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/ |
SConscript | 117 'main/syncobj.c',
|
sources.mak | 84 $(SRCDIR)main/syncobj.c \
|
/external/mesa3d/src/mesa/ |
SConscript | 117 'main/syncobj.c',
|
sources.mak | 84 $(SRCDIR)main/syncobj.c \
|
/external/chromium_org/third_party/mesa/ |
mesa.gyp | 447 'src/src/mesa/main/syncobj.c', 448 'src/src/mesa/main/syncobj.h',
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.html | [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | [all...] |