/third_party/skia/tests/graphite/ |
H A 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/ |
H A 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/syscalls/mmap/ |
H A D | mmap12.c | 110 goto unmap; in verify_mmap() 116 unmap: in verify_mmap()
|
/third_party/skia/src/gpu/ |
H A D | GrClientMappedBufferManager.cpp | 20 // If we're going down before we got the messages we go ahead and unmap all the buffers. in ~GrClientMappedBufferManager() 24 b->unmap(); in ~GrClientMappedBufferManager() 41 m.fBuffer->unmap(); in process()
|
H A D | GrBufferAllocPool.h | 27 * it calls unmap on the pool ensure buffers are ready for drawing. The pool 64 void unmap(); 95 * *unmap is called. 99 * Once unmap on the pool is called the data is guaranteed to be in the 116 * *unmap is called. 120 * Once unmap on the pool is called the data is guaranteed to be in the 189 * *unmap is called. 193 * Once unmap on the pool is called the vertices are guaranteed to be in 215 * *unmap is called. 219 * Once unmap o [all...] |
H A D | GrRingBuffer.cpp | 86 fPreviousBuffers[i]->unmap(); 93 // Since we're using a Managed buffer on MacOS we need to unmap to write back to GPU 96 fCurrentBuffer->unmap();
|
H A D | GrOpFlushState.cpp | 78 fVertexPool.unmap(); in preExecuteDraws() 79 fIndexPool.unmap(); in preExecuteDraws() 80 fDrawIndirectPool.unmap(); in preExecuteDraws()
|
H A D | GrGpuBuffer.h | 38 * umap() will unmap the buffer on the first call if it is mapped. 54 void unmap();
|
H A D | GrGpuBuffer.cpp | 31 void GrGpuBuffer::unmap() { in unmap() function in GrGpuBuffer
|
H A D | GrStagingBufferManager.h | 43 fBuffers[i].fBuffer->unmap(); in reset()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A 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/selinux/libselinux/src/ |
H A 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/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A 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 1689 void Buffer11::EmulatedIndexedStorage::unmap() unmap() function in rx::Buffer11::EmulatedIndexedStorage 1756 void Buffer11::PackStorage::unmap() unmap() function in rx::Buffer11::PackStorage 1872 void Buffer11::SystemMemoryStorage::unmap() unmap() function in rx::Buffer11::SystemMemoryStorage [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_internal.h | 146 void (*unmap)(AVHWFramesContext *ctx, member 156 void (*unmap)(AVHWFramesContext *ctx,
|
H A D | hwcontext.c | 724 if (hwmap->unmap) in ff_hwframe_unmap() 725 hwmap->unmap(ctx, hwmap); in ff_hwframe_unmap() 736 void (*unmap)(AVHWFramesContext *ctx, in ff_hwframe_map_create() 765 hwmap->unmap = unmap; in ff_hwframe_map_create() 804 // This is an unmap operation. We don't need to directly in av_hwframe_map() 806 // because the real unmap will be invoked when the last in av_hwframe_map() 810 "found when attempting unmap.\n"); in av_hwframe_map()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A 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/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A 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/ |
H A D | Buffer.cpp | 19 void Buffer::unmap() { in unmap() function in skgpu::Buffer
|
H A D | Buffer.h | 21 void unmap();
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_lv2.c | 64 LV2_URID_Unmap unmap; member 275 s->unmap.handle = &s->uri_table; in config_output() 276 s->unmap.unmap = uri_table_unmap; in config_output() 278 s->unmap_feature.data = &s->unmap; in config_output()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A 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/skia/third_party/externals/swiftshader/src/System/Linux/ |
H A D | MemFd.hpp | 63 bool unmap(void *addr, size_t size);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | IndexDataManager.h | 47 void unmap();
|
/third_party/skia/tests/ |
H A D | TransferPixelsTest.cpp | 179 buffer->unmap(); in basic_transfer_to_test() 255 buffer->unmap(); in basic_transfer_to_test() 394 buffer->unmap(); in basic_transfer_from_test() 440 buffer->unmap(); in basic_transfer_from_test()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | BufferImpl_mock.h | 44 MOCK_METHOD2(unmap, angle::Result(const gl::Context *contextImpl, GLboolean *result));
|