HomeSort by relevance Sort by last modified time
    Searched refs:fence (Results 226 - 250 of 509) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.cpp 93 void RotMem::Mem::setReleaseFd(const int& fence) {
108 mRelFence[mCurrOffset] = fence;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer_malloc.c 99 struct pipe_fence_handle *fence)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup.h 67 struct pipe_fence_handle **fence,
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen.h 114 struct pipe_fence_handle **fence);
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/auxiliary/pipebuffer/
pb_buffer_malloc.c 99 struct pipe_fence_handle *fence)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 67 struct pipe_fence_handle **fence,
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen.h 114 struct pipe_fence_handle **fence);
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);
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java 143 public void removeFence(Geofence fence, PendingIntent intent) {
145 Slog.d(TAG, "removeFence: fence=" + fence + ", intent=" + intent);
154 if (fence == null) {
159 if (fence.equals(state.mFence)) {
255 // Keep track of the distance to the nearest fence.
301 // Compute a location update interval based on the distance to the nearest fence.
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 31 #include <ui/Fence.h>
225 sp<Fence> fence(new Fence(fenceFd));
226 int waitResult = fence->wait(Fence::TIMEOUT_NEVER);
228 ALOGE("dequeueBuffer_DEPRECATED: Fence::wait returned an "
282 sp<Fence> fence(new Fence(fenceFd))
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 124 mCurrentFence(Fence::NO_FENCE),
151 mCurrentFence(Fence::NO_FENCE),
271 // if we're detached, we just use the fence that was created in detachFromContext()
292 mCurrentFence = Fence::NO_FENCE;
528 void GLConsumer::setReleaseFence(const sp<Fence>& fence) {
529 if (fence->isValid() &&
532 mCurrentTextureImage->graphicBuffer(), fence);
534 ST_LOGE("setReleaseFence: failed to add the fence: %s (%d)",
646 ST_LOGE("syncForReleaseLocked: error creating EGL fence: %#x"
667 EGLSyncKHR fence = mEglSlots[mCurrentTexture].mEglFence; local
    [all...]
StreamSplitter.cpp 192 sp<Fence> fence; local
193 status_t status = from->detachNextBuffer(&buffer, &fence);
209 // Merge the release fence of the incoming buffer so that the fence we send
211 tracker->mergeFence(fence);
276 : mBuffer(buffer), mMergedFence(Fence::NO_FENCE), mReleaseCount(0) {}
280 void StreamSplitter::BufferTracker::mergeFence(const sp<Fence>& with) {
281 mMergedFence = Fence::merge(String8("StreamSplitter"), mMergedFence, with);
Surface.cpp 29 #include <ui/Fence.h>
132 sp<Fence> fence(new Fence(fenceFd));
133 int waitResult = fence->waitForever("dequeueBuffer_DEPRECATED");
135 ALOGE("dequeueBuffer_DEPRECATED: Fence::wait returned an error: %d",
214 sp<Fence> fence; local
215 status_t result = mGraphicBufferProducer->dequeueBuffer(&buf, &fence, swapIntervalZero,
230 ALOGE_IF(fence == NULL, "Surface::dequeueBuffer: received null Fence! buf=%d", buf)
    [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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_buffer.c 60 struct nouveau_fence *fence)
62 nouveau_fence_work(fence, nouveau_mm_free_work, *mm);
72 release_allocation(&buf->mm, buf->fence);
97 nouveau_fence_ref(NULL, &res->fence);
163 release_allocation(&mm, nv->screen->fence.current);
227 if (!buf->fence)
229 if (!nouveau_fence_wait(buf->fence))
232 nouveau_fence_ref(NULL, &buf->fence);
245 return (buf->fence && !nouveau_fence_signalled(buf->fence));
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 60 struct nouveau_fence *fence)
62 nouveau_fence_work(fence, nouveau_mm_free_work, *mm);
72 release_allocation(&buf->mm, buf->fence);
97 nouveau_fence_ref(NULL, &res->fence);
163 release_allocation(&mm, nv->screen->fence.current);
227 if (!buf->fence)
229 if (!nouveau_fence_wait(buf->fence))
232 nouveau_fence_ref(NULL, &buf->fence);
245 return (buf->fence && !nouveau_fence_signalled(buf->fence));
    [all...]
  /frameworks/base/location/java/android/location/
LocationManager.java 970 Geofence fence = Geofence.createCircle(latitude, longitude, radius); local
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
706 GL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
707 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
708 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
709 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
713 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
714 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
715 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
716 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
717 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
704 GL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
705 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
706 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
707 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
711 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
712 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
713 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
714 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
715 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
704 GL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
705 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
706 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
707 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
711 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
712 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
713 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
714 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
715 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition)
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
704 GL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
705 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
706 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
707 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
711 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
712 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
713 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
714 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
715 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition)
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
704 GL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
705 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
706 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
707 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
711 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
712 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
713 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
714 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
715 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition)
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
704 GL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
705 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
706 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
707 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
711 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
712 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
713 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
714 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
715 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition)
    [all...]

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 91011>>