/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_mm.c | 143 struct pipe_fence_handle *fence) 147 pb_fence(mm->buffer, fence);
|
pb_bufmgr_ondemand.c | 194 struct pipe_fence_handle *fence) 202 pb_fence(buf->buffer, fence);
|
pb_bufmgr_pool.c | 156 struct pipe_fence_handle *fence) 160 pb_fence(pool->buffer, fence);
|
pb_validate.c | 152 struct pipe_fence_handle *fence) 156 pb_fence(vl->entries[i].buf, fence);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_context.c | 97 struct pipe_fence_handle **fence) 99 llvmpipe_flush(pipe, fence, __FUNCTION__);
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
event.hpp | 112 virtual void fence(pipe_fence_handle *fence);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayRotator.cpp | 92 void RotMem::Mem::setReleaseFd(const int& fence) { 107 mRelFence[mCurrOffset] = fence;
|
/hardware/qcom/display/msm8974/libcopybit/ |
copybit.h | 215 * Give acquire fence to copybit to be used in upcoming stretch 219 * @param acquireFenceFd is the acquire fence
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayRotator.cpp | 92 void RotMem::Mem::setReleaseFd(const int& fence) { 107 mRelFence[mCurrOffset] = fence;
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayRotator.cpp | 92 void RotMem::Mem::setReleaseFd(const int& fence) { 107 mRelFence[mCurrOffset] = fence;
|
/hardware/samsung_slsi/exynos5/include/ |
exynos_gscaler.h | 273 * acquire fence fd for the buffer or -1[in] 293 * acquire fence fd for the buffer or -1[in]
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_enc.h | 201 GLboolean glIsFenceNV_enc(void *self , GLuint fence); 202 GLboolean glTestFenceNV_enc(void *self , GLuint fence); 203 void glGetFenceivNV_enc(void *self , GLuint fence, GLenum pname, GLint* params); 204 void glFinishFenceNV_enc(void *self , GLuint fence); 205 void glSetFenceNV_enc(void *self , GLuint fence, GLenum condition);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
surface.c | 431 // Workaround for r600g, there seems to be a bug in the fence refcounting code 432 pipe->screen->fence_reference(pipe->screen, &surface_priv->fence, NULL); 438 pipe->flush(pipe, &surface_priv->fence); 486 if (surface_priv->fence) 487 if (!pipe->screen->fence_signalled(pipe->screen, surface_priv->fence))
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
surface.c | 431 // Workaround for r600g, there seems to be a bug in the fence refcounting code 432 pipe->screen->fence_reference(pipe->screen, &surface_priv->fence, NULL); 438 pipe->flush(pipe, &surface_priv->fence); 486 if (surface_priv->fence) 487 if (!pipe->screen->fence_signalled(pipe->screen, surface_priv->fence))
|
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/ |
SurfaceFlingerHelper.java | 122 * Run frame latency command without ignoring pending fence time 134 * @param ignorePendingFenceTime flag to process frames with pending fence time 135 * set true to ignore pending fence time 136 * set false to fail the test if pending fence time is not allowed 170 log("ignore pending fence time");
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
gl.in | 276 GL_ENTRY(GLboolean, glIsFenceNV, GLuint fence) 277 GL_ENTRY(GLboolean, glTestFenceNV, GLuint fence) 278 GL_ENTRY(void, glGetFenceivNV, GLuint fence, GLenum pname, GLint *params) 279 GL_ENTRY(void, glFinishFenceNV, GLuint fence) 280 GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
gl2.attrib | 448 #GLboolean glIsFenceNV(GLuint fence) 452 #GLboolean glTestFenceNV(GLuint fence) 456 #void glGetFenceivNV(GLuint fence, GLenum pname, GLint *params) 460 #void glFinishFenceNV(GLuint fence) 464 #void glSetFenceNV(GLuint fence, GLenum condition)
|
gl2.in | 181 GL_ENTRY(GLboolean, glIsFenceNV, GLuint fence) 182 GL_ENTRY(GLboolean, glTestFenceNV, GLuint fence) 183 GL_ENTRY(void, glGetFenceivNV, GLuint fence, GLenum pname, GLint *params) 184 GL_ENTRY(void, glFinishFenceNV, GLuint fence) 185 GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
|
/development/ndk/platforms/android-5/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...] |
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_mac.mm | 178 fence(0), 195 if (fence) { 198 glDeleteFencesAPPLE(1, &fence); CHECK_GL_ERROR(); 199 fence = 0; 221 if (!fence) { 222 glGenFencesAPPLE(1, &fence); CHECK_GL_ERROR(); 833 glSetFenceAPPLE(copy_context->fence); CHECK_GL_ERROR(); 869 if (copy_context->fence && !glTestFenceAPPLE(copy_context->fence)) { 874 glFinishFenceAPPLE(copy_context->fence); [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...] |