/third_party/skia/tests/graphite/ |
D | CommandBufferTest.cpp | 122 vertexBuffer->unmap(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() 130 indexBuffer->unmap(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() 165 instanceBuffer->unmap(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() 172 uniformBuffer->unmap(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() 194 copyBuffer->unmap(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
|
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/ |
D | unittests.cpp | 43 memfd.unmap(addr, kRegionSize); in TEST() 79 ASSERT_TRUE(memfd.unmap(addr, kRegionSize)); in TEST() 91 ASSERT_TRUE(memfd2.unmap(addr, kRegionSize)); in TEST()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/ |
D | test3-1m | 22 unmap foo 23 unmap bar
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
D | test-mpm-2shm-1m | 23 unmap foo 24 unmap bar
|
D | test-lazy-2shm-1m | 25 unmap foo 26 unmap bar
|
/third_party/boost/libs/compute/test/ |
D | test_mapped_view.cpp | 39 view.unmap(queue); in BOOST_AUTO_TEST_CASE() 52 view.unmap(queue); in BOOST_AUTO_TEST_CASE()
|
/third_party/selinux/libselinux/src/ |
D | load_policy.c | 164 goto unmap; in selinux_mkload_policy() 167 goto unmap; in selinux_mkload_policy() 173 goto unmap; in selinux_mkload_policy() 199 unmap: in selinux_mkload_policy()
|
/third_party/skia/src/gpu/ |
D | GrClientMappedBufferManager.cpp | 24 b->unmap(); in ~GrClientMappedBufferManager() 41 m.fBuffer->unmap(); in process()
|
D | GrRingBuffer.cpp | 86 fPreviousBuffers[i]->unmap(); in startSubmit() 96 fCurrentBuffer->unmap(); in startSubmit()
|
D | GrBufferAllocPool.h | 64 void unmap(); 342 using GrBufferAllocPool::unmap;
|
D | GrOpFlushState.cpp | 78 fVertexPool.unmap(); in preExecuteDraws() 79 fIndexPool.unmap(); in preExecuteDraws() 80 fDrawIndirectPool.unmap(); in preExecuteDraws()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | BufferVk.cpp | 233 angle::Result BufferVk::unmap(const gl::Context *context, GLboolean *result) in unmap() function in rx::BufferVk 248 mBuffer.getDeviceMemory().unmap(contextVk->getDevice()); in unmapImpl() 288 mBuffer.getDeviceMemory().unmap(contextVk->getDevice()); in getIndexRange() 312 stagingBuffer.getDeviceMemory().unmap(device); in setDataImpl() 331 mBuffer.getDeviceMemory().unmap(device); in setDataImpl()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap12.c | 110 goto unmap; in verify_mmap() 116 unmap: in verify_mmap()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Buffer11.cpp | 133 virtual void unmap() = 0; 175 void unmap() override; 232 void unmap() override; 265 void unmap() override; 307 void unmap() override; 546 angle::Result Buffer11::unmap(const gl::Context *context, GLboolean *result) in unmap() function in rx::Buffer11 549 mMappedStorage->unmap(); in unmap() 1004 unmap(); in setData() 1079 source->unmap(); in copyFromStorage() 1256 void Buffer11::NativeStorage::unmap() in unmap() function in rx::Buffer11::NativeStorage [all …]
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_internal.h | 146 void (*unmap)(AVHWFramesContext *ctx, member 156 void (*unmap)(AVHWFramesContext *ctx,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | OverlayVk.cpp | 112 fontDataBuffer.get().unmap(renderer); in createFont() 183 enabledWidgetsBuffer.get().unmap(renderer); in cullWidgets() 276 textDataBuffer.get().unmap(renderer); in onPresent() 277 graphDataBuffer.get().unmap(renderer); in onPresent()
|
/third_party/harfbuzz/src/ |
D | hb-ot-var-avar-table.hh | 99 int unmap (int value) const { return map (value, 1, 0); } in unmap() function 148 coords[i] = map->unmap (coords[i]); in unmap_coords()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-avar-table.hh | 99 int unmap (int value) const { return map (value, 1, 0); } in unmap() function 148 coords[i] = map->unmap (coords[i]); in unmap_coords()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Buffer11.cpp | 135 virtual void unmap() = 0; 179 void unmap() override; 258 void unmap() override; 291 void unmap() override; 333 void unmap() override; 588 angle::Result Buffer11::unmap(const gl::Context *context, GLboolean *result) in unmap() function in rx::Buffer11 591 mMappedStorage->unmap(); in unmap() 1121 unmap(); in setData() 1197 source->unmap(); in copyFromStorage() 1377 void Buffer11::NativeStorage::unmap() in unmap() function in rx::Buffer11::NativeStorage [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Buffer.cpp | 122 ANGLE_TRY(unmap(context, &dontCare)); in bufferDataImpl() 186 ANGLE_TRY(unmap(context, &dontCare)); in bufferExternalDataImpl() 306 angle::Result Buffer::unmap(const Context *context, GLboolean *result) in unmap() function in gl::Buffer 311 ANGLE_TRY(mImpl->unmap(context, result)); in unmap()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_buffer.h | 159 void (*unmap)(struct pb_buffer *buf); member 206 buf->vtbl->unmap(buf); in pb_unmap()
|
/third_party/skia/experimental/graphite/src/ |
D | Buffer.cpp | 19 void Buffer::unmap() { in unmap() function in skgpu::Buffer
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | README | 54 Use map/unmap to attach/detach 65 unmap <seg-name> - unmap specified segment, but remember name/size/...
|
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
D | MemFd.hpp | 63 bool unmap(void *addr, size_t size);
|
/third_party/ffmpeg/libavfilter/ |
D | af_lv2.c | 65 LV2_URID_Unmap unmap; member 276 s->unmap.handle = &s->uri_table; in config_output() 277 s->unmap.unmap = uri_table_unmap; in config_output() 279 s->unmap_feature.data = &s->unmap; in config_output()
|