/external/chromium_org/third_party/hwcplus/include/system/ |
window.h | 404 * outputs a fence file descriptor should be used in its place. 439 * takes a fence file descriptor should be used in its place (pass a value 440 * of -1 for the fence file descriptor if there is no valid one to pass). 502 * takes a fence file descriptor should be used in its place (pass a value 503 * of -1 for the fence file descriptor if there is no valid one to pass). 518 * The libsync fence file descriptor returned in the int pointed to by the 519 * fenceFd argument will refer to the fence that must signal before the 521 * caller may access the buffer immediately without waiting on a fence. If 540 * The fenceFd argument specifies a libsync fence file descriptor for a 541 * fence that must signal before the buffer can be accessed. If the buffe [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_buffer.h | 40 struct nouveau_fence *fence; member in struct:nv04_resource
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_buffer.h | 40 struct nouveau_fence *fence; member in struct:nv04_resource
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3DummyStream.cpp | 58 sp<Fence> *releaseFenceOut) {
|
Camera3DummyStream.h | 67 sp<Fence> *releaseFenceOut);
|
Camera3InputStream.h | 64 sp<Fence> *releaseFenceOut);
|
/frameworks/native/libs/gui/ |
CpuConsumer.cpp | 244 sp<Fence> fence(new Fence(fd)); 248 fence);
|
BufferItem.cpp | 19 #include <ui/Fence.h> 124 // check we have enough space (in case flattening the fence/graphicbuffer lied to us) 160 mFence = new Fence();
|
/frameworks/native/libs/ui/ |
Android.mk | 19 Fence.cpp \
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
s3c-fb.h | 91 int fence; member in struct:s3c_fb_win_config_data
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
sync.h | 27 __s32 fence; member in struct:sync_merge_data
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
sync.h | 27 __s32 fence; member in struct:sync_merge_data
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
sync.h | 27 __s32 fence; member in struct:sync_merge_data
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
sync.h | 27 __s32 fence; member in struct:sync_merge_data
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
sync.h | 27 __s32 fence; member in struct:sync_merge_data
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
sync.h | 27 __s32 fence; member in struct:sync_merge_data
|
/system/core/include/system/ |
window.h | 432 * outputs a fence file descriptor should be used in its place. 467 * takes a fence file descriptor should be used in its place (pass a value 468 * of -1 for the fence file descriptor if there is no valid one to pass). 530 * takes a fence file descriptor should be used in its place (pass a value 531 * of -1 for the fence file descriptor if there is no valid one to pass). 546 * The libsync fence file descriptor returned in the int pointed to by the 547 * fenceFd argument will refer to the fence that must signal before the 549 * caller may access the buffer immediately without waiting on a fence. If 568 * The fenceFd argument specifies a libsync fence file descriptor for a 569 * fence that must signal before the buffer can be accessed. If the buffe [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen6_urb.c | 105 * Fence"(Send URB fence with VS URB size == 1 and GS URB size == 0) plus 109 * It is not clear exactly what this means ("URB fence" is a command that
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_urb.c | 105 * Fence"(Send URB fence with VS URB size == 1 and GS URB size == 0) plus 109 * It is not clear exactly what this means ("URB fence" is a command that
|
/frameworks/native/include/gui/ |
StreamSplitter.h | 134 const sp<Fence>& getMergedFence() const { return mMergedFence; } 136 void mergeFence(const sp<Fence>& with); 152 sp<Fence> mMergedFence;
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_entry.cpp | 185 GLboolean glIsFenceNV(GLuint fence); 186 GLboolean glTestFenceNV(GLuint fence); 187 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params); 188 void glFinishFenceNV(GLuint fence); 189 void glSetFenceNV(GLuint fence, GLenum condition); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_crtc.c | 214 struct pipe_fence_handle *fence = NULL; local 253 ctx->flush(ctx, &fence); 255 if (fence) { 256 screen->fence_finish(screen, fence, PIPE_TIMEOUT_INFINITE); 257 screen->fence_reference(screen, &fence, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_context.c | 133 struct pipe_fence_handle *fence = NULL; local 160 &fence); 162 pb_validate_fence(vswc->validate, fence); 192 vmw_fence_reference(vswc->vws, pfence, fence); 194 vmw_fence_reference(vswc->vws, &fence, NULL);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_crtc.c | 214 struct pipe_fence_handle *fence = NULL; local 253 ctx->flush(ctx, &fence); 255 if (fence) { 256 screen->fence_finish(screen, fence, PIPE_TIMEOUT_INFINITE); 257 screen->fence_reference(screen, &fence, NULL);
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_context.c | 133 struct pipe_fence_handle *fence = NULL; local 160 &fence); 162 pb_validate_fence(vswc->validate, fence); 192 vmw_fence_reference(vswc->vws, pfence, fence); 194 vmw_fence_reference(vswc->vws, &fence, NULL);
|