Home
last modified time | relevance | path

Searched refs:unmap (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/skia/tests/graphite/
H A DCommandBufferTest.cpp122 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 Dunittests.cpp43 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 Dmmap12.c110 goto unmap; in verify_mmap()
116 unmap: in verify_mmap()
/third_party/skia/src/gpu/
H A DGrClientMappedBufferManager.cpp20 // 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 DGrBufferAllocPool.h27 * 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 DGrRingBuffer.cpp86 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 DGrOpFlushState.cpp78 fVertexPool.unmap(); in preExecuteDraws()
79 fIndexPool.unmap(); in preExecuteDraws()
80 fDrawIndirectPool.unmap(); in preExecuteDraws()
H A DGrGpuBuffer.h38 * umap() will unmap the buffer on the first call if it is mapped.
54 void unmap();
H A DGrGpuBuffer.cpp31 void GrGpuBuffer::unmap() { in unmap() function in GrGpuBuffer
H A DGrStagingBufferManager.h43 fBuffers[i].fBuffer->unmap(); in reset()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DOverlayVk.cpp112 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 Dload_policy.c164 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 DBuffer11.cpp135 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 Dhwcontext_internal.h146 void (*unmap)(AVHWFramesContext *ctx, member
156 void (*unmap)(AVHWFramesContext *ctx,
H A Dhwcontext.c724 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 Dhb-ot-var-avar-table.hh99 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 Dpb_buffer.h159 void (*unmap)(struct pb_buffer *buf); member
206 buf->vtbl->unmap(buf); in pb_unmap()
/third_party/skia/experimental/graphite/src/
H A DBuffer.cpp19 void Buffer::unmap() { in unmap() function in skgpu::Buffer
H A DBuffer.h21 void unmap();
/third_party/ffmpeg/libavfilter/
H A Daf_lv2.c64 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 DBuffer.cpp122 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 DMemFd.hpp63 bool unmap(void *addr, size_t size);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.h47 void unmap();
/third_party/skia/tests/
H A DTransferPixelsTest.cpp179 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 DBufferImpl_mock.h44 MOCK_METHOD2(unmap, angle::Result(const gl::Context *contextImpl, GLboolean *result));

Completed in 18 milliseconds

1234