/external/selinux/libselinux/src/ |
D | load_policy.c | 207 goto unmap; in selinux_mkload_policy() 210 goto unmap; in selinux_mkload_policy() 216 goto unmap; in selinux_mkload_policy() 260 goto unmap; in selinux_mkload_policy() 286 unmap: in selinux_mkload_policy()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec.h | 166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap ); 172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap ) in vbo_exec_vtx_flush() argument
|
D | vbo_exec_api.c | 553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap) in vbo_exec_FlushVertices_internal() argument 555 if (exec->vtx.vert_count || unmap) { in vbo_exec_FlushVertices_internal() 556 vbo_exec_vtx_flush( exec, unmap ); in vbo_exec_FlushVertices_internal()
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_buffer.h | 131 void (*unmap)( struct pb_buffer *buf ); member 180 buf->vtbl->unmap(buf); in pb_unmap()
|
/external/skia/src/gpu/ |
D | GrBatchTarget.h | 136 fVertexPool->unmap(); in unmapVertexAndIndexBuffers() 137 fIndexPool->unmap(); in unmapVertexAndIndexBuffers()
|
D | GrGeometryBuffer.h | 60 void unmap() { in unmap() function
|
D | GrResourceProvider.cpp | 52 buffer->unmap(); in createInstancedIndexBuffer()
|
D | GrBufferAllocPool.h | 36 void unmap();
|
D | GrBufferAllocPool.cpp | 35 (block).fBuffer->unmap(); \ 104 void GrBufferAllocPool::unmap() { in unmap() function in GrBufferAllocPool
|
/external/skia/src/gpu/gl/ |
D | GrGLIndexBuffer.cpp | 40 fImpl.unmap(this->getGpuGL()); in onUnmap()
|
D | GrGLVertexBuffer.cpp | 40 fImpl.unmap(this->getGpuGL()); in onUnmap()
|
D | GrGLBufferImpl.h | 43 void unmap(GrGLGpu* gpu);
|
D | GrGLBufferImpl.cpp | 136 void GrGLBufferImpl::unmap(GrGLGpu* gpu) { in unmap() function in GrGLBufferImpl
|
/external/drm_gralloc/ |
D | gralloc_drm_priv.h | 68 void (*unmap)(struct gralloc_drm_drv_t *drv, member
|
D | gralloc_drm_rockchip.c | 182 info->base.unmap = drm_gem_rockchip_unmap; in gralloc_drm_drv_create_for_rockchip()
|
D | gralloc_drm_nouveau.c | 359 info->base.unmap = nouveau_unmap; in gralloc_drm_drv_create_for_nouveau()
|
D | gralloc_drm.cpp | 394 bo->drm->drv->unmap(bo->drm->drv, bo); in gralloc_drm_bo_unlock()
|
D | gralloc_drm_radeon.c | 531 info->base.unmap = drm_gem_radeon_unmap; in gralloc_drm_drv_create_for_radeon()
|
D | gralloc_drm_pipe.c | 481 pm->base.unmap = pipe_unmap; in gralloc_drm_drv_create_for_pipe()
|
D | gralloc_drm_intel.c | 506 info->base.unmap = intel_unmap; in gralloc_drm_drv_create_for_intel()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 173 * If defined, use munmap() to unmap freed chunks, rather than storing them for
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 249 SingleOperationStatistics unmap; member 267 SingleOperationStatistics unmap; member 790 stats.unmap = calculateSingleOperationStatistics(samples, &MapBufferRangeDuration::unmapDuration); in calculateSampleStatistics() 804 …stats.unmap = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDuration::unmapDurat… in calculateSampleStatistics() 819 …stats.unmap = calculateSingleOperationStatistics(samples, &MapBufferRangeDurationNoAlloc::unmapDur… in calculateSampleStatistics() 832 …stats.unmap = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDurationNoAlloc::unm… in calculateSampleStatistics() 1105 …log << tcu::TestLog::Float("UnmapMin", "Unmap: Min time", "us", QP_KEY_TAG_TIME, stats.unmap.minTi… in logUnmapStats() 1106 << tcu::TestLog::Float("UnmapMax", "Unmap: Max time", "us", QP_KEY_TAG_TIME, stats.unmap.maxTime) in logUnmapStats() 1107 …<< tcu::TestLog::Float("UnmapMin90", "Unmap: 90%-Min time", "us", QP_KEY_TAG_TIME, stats.unmap.min… in logUnmapStats() 1108 …<< tcu::TestLog::Float("UnmapMax90", "Unmap: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.unmap.max… in logUnmapStats() [all …]
|
/external/selinux/sepolgen/tests/ |
D | perm_map | 586 unmap w 1
|
/external/selinux/sepolgen/src/share/ |
D | perm_map | 593 unmap w 1
|
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 615 mDNSBool unmap = mDNStrue; in mDNS_StopNATOperation_internal() local 642 unmap = mDNSfalse; in mDNS_StopNATOperation_internal() 645 if (traversal->ExpiryTime && unmap) in mDNS_StopNATOperation_internal()
|