/external/llvm/utils/vim/ |
llvm.vim | 27 syn keyword llvmStatement fcmp fdiv fence fmul fpext fptosi fptoui fptrunc free
|
/external/mesa3d/docs/ |
GL3.txt | 68 Fence objects (GL_ARB_sync) DONE (i965, r300, r600, swrast)
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600.h | 197 void r600_context_emit_fence(struct r600_context *ctx, struct r600_resource *fence,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_pipe.h | 207 void radeonsi_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence,
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_context.c | [all...] |
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_buffer.c | 150 struct pipe_fence_handle *fence )
|
vmw_screen_pools.c | 36 * TODO: Have the query pool always ask the fence manager for
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3StreamInterface.h | 126 * release fence signaled.
|
/frameworks/native/libs/gui/ |
CpuConsumer.cpp | 99 CC_LOGE("Failed to wait for fence of acquired buffer: %s (%d)",
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
DisplaySurface.h | 67 // hardware composer. The surface collects the release fence for this
|
FramebufferSurface.h | 63 status_t nextBuffer(sp<GraphicBuffer>& outBuffer, sp<Fence>& outFence);
|
/frameworks/native/services/surfaceflinger/ |
SurfaceFlingerConsumer.cpp | 117 // time when previous buffer's actual-present fence was signaled
|
Layer.cpp | 426 // acquire fence the first time a new buffer is acquired on EACH display. 429 sp<Fence> fence = mSurfaceFlingerConsumer->getCurrentFence(); local 430 if (fence->isValid()) { 431 fenceFd = fence->dup(); 433 ALOGW("failed to dup layer fence, skipping sync: %d", errno); 909 sp<Fence> frameReadyFence = mSurfaceFlingerConsumer->getCurrentFence(); 913 // There was no fence for this frame, so assume that it was ready 919 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); [all...] |
/frameworks/rs/ |
rsGrallocConsumer.cpp | 84 ALOGE("Failed to wait for fence of acquired buffer: %s (%d)",
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libGLESv2.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libGLESv2.so | |
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/ |
libGLESv2.so | |
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/lib/ |
libGLESv2.so | |
/frameworks/native/opengl/include/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 1255 struct pipe_fence_handle *fence = NULL; local [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 1255 struct pipe_fence_handle *fence = NULL; local [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 369 GLboolean GLTrace_glIsFenceNV(GLuint fence); 370 GLboolean GLTrace_glTestFenceNV(GLuint fence); 371 void GLTrace_glGetFenceivNV(GLuint fence, GLenum pname, GLint *params); 372 void GLTrace_glFinishFenceNV(GLuint fence); 373 void GLTrace_glSetFenceNV(GLuint fence, GLenum condition); [all...] |
/frameworks/native/opengl/libs/ |
entries.in | 156 GL_ENTRY(void, glFinishFenceNV, GLuint fence) 214 GL_ENTRY(void, glGetFenceivNV, GLuint fence, GLenum pname, GLint *params) 293 GL_ENTRY(GLboolean, glIsFenceNV, GLuint fence) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
entries.in | 163 void, glFinishFenceNV, GLuint fence 221 void, glGetFenceivNV, GLuint fence, GLenum pname, GLint* params 300 GLboolean, glIsFenceNV, GLuint fence 437 void, glSetFenceNV, GLuint fence, GLenum condition 448 GLboolean, glTestFenceNV, GLuint fence [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCamera3.cpp | 29 #include <ui/Fence.h> 821 ALOGE("%s: Request %d: Buffer %d: Has a release fence!", 894 // Wait on fence 895 sp<Fence> bufferAcquireFence = new Fence(srcBuf.acquire_fence); 898 ALOGE("%s: Request %d: Buffer %d: Fence timed out after %d ms", [all...] |