HomeSort by relevance Sort by last modified time
    Searched full:fence (Results 201 - 225 of 676) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.c 294 struct pipe_fence_handle *fence)
301 fence);
306 struct pipe_fence_handle *fence)
312 fence);
317 struct pipe_fence_handle *fence,
324 fence,
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.c 294 struct pipe_fence_handle *fence)
301 fence);
306 struct pipe_fence_handle *fence)
312 fence);
317 struct pipe_fence_handle *fence,
324 fence,
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 108 BI_LOGE("Failed to wait for fence of acquired buffer: %s (%d)",
214 // In case the object was never pinned, pass the acquire fence
215 // back to the release fence. If the fence was already waited on,
224 BI_LOGE("Failed to add release fence to buffer "
323 BI_LOGE("Failed to add release fence to buffer "
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 35 class Fence;
59 // mFence is a fence that will signal when the buffer is idle.
60 sp<Fence> mFence;
118 // being accessed. The fence will signal when the buffer is no longer
129 EGLDisplay display, EGLSyncKHR fence,
130 const sp<Fence>& releaseFence) = 0;
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 26 #include <ui/Fence.h>
56 // This is the offset from the present fence timestamps to the corresponding
328 bool DispSync::addPresentFence(const sp<Fence>& fence) {
331 mPresentFences[mPresentSampleOffset] = fence;
337 const sp<Fence>& f(mPresentFences[i]);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.h 96 extern int xa_fence_wait(struct xa_fence *fence, uint64_t timeout);
98 extern void xa_fence_destroy(struct xa_fence *fence);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 82 { nctx->fence, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR };
92 nouveau_bo_wait(nctx->fence, NOUVEAU_BO_RDWR, context_client(ctx));
  /external/markdown/markdown/extensions/
fenced_code.py 67 r'(?P<fence>^~{3,})[ ]*(\{?\.(?P<lang>[a-zA-Z0-9_-]*)\}?)?[ ]*\n(?P<code>.*?)(?P=fence)[ ]*$',
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 96 extern int xa_fence_wait(struct xa_fence *fence, uint64_t timeout);
98 extern void xa_fence_destroy(struct xa_fence *fence);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 82 { nctx->fence, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR };
92 nouveau_bo_wait(nctx->fence, NOUVEAU_BO_RDWR, context_client(ctx));
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 445 sp<Fence> HWComposer::getDisplayFence(int disp) const {
565 const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf) {
583 // ALOGD("fbPost: handle=%p, fence=%d", buf->handle, acquireFenceFd);
676 sp<Fence> HWComposer::getAndResetReleaseFence(int32_t id) {
678 return Fence::NO_FENCE;
689 return fd >= 0 ? new Fence(fd) : Fence::NO_FENCE;
717 disp.lastRetireFence = Fence::NO_FENCE;
720 disp.lastRetireFence = new Fence(disp.list->retireFenceFd);
755 dd.lastRetireFence = Fence::NO_FENCE
    [all...]
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_sync_point.txt 44 current context. The sync point acts as a fence, which is signaled when
  /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/
Camera3InputStream.h 62 sp<Fence> *releaseFenceOut);
Camera3OutputStream.h 77 sp<Fence> *releaseFenceOut);
Camera3IOStreamBase.cpp 42 mCombinedFence = new Fence();
214 sp<Fence> releaseFence;
222 mCombinedFence = Fence::merge(mName, mCombinedFence, releaseFence);
  /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
  /system/core/include/system/
window.h 405 * outputs a fence file descriptor should be used in its place.
440 * takes a fence file descriptor should be used in its place (pass a value
441 * of -1 for the fence file descriptor if there is no valid one to pass).
503 * takes a fence file descriptor should be used in its place (pass a value
504 * of -1 for the fence file descriptor if there is no valid one to pass).
519 * The libsync fence file descriptor returned in the int pointed to by the
520 * fenceFd argument will refer to the fence that must signal before the
522 * caller may access the buffer immediately without waiting on a fence. If
541 * The fenceFd argument specifies a libsync fence file descriptor for a
542 * 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
  /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...]
  /frameworks/native/opengl/libs/
debug.in 73 TRACE_GL_VOID(glFinishFenceNV, (GLuint fence), (fence), 1, "GLuint", fence)
101 TRACE_GL_VOID(glGetFenceivNV, (GLuint fence, GLenum pname, GLint *params), (fence, pname, params), 3, "GLuint", fence, "GLenum", pname, "GLint *", params)
129 TRACE_GL(GLboolean, glIsFenceNV, (GLuint fence), (fence), 1, "GLuint", fence)
205 TRACE_GL_VOID(glSetFenceNV, (GLuint fence, GLenum condition), (fence, condition), 2, "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);

Completed in 3060 milliseconds

1 2 3 4 5 6 7 891011>>