Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Unmap
(Results
1 - 18
of
18
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
gpu_buffer.h
43
virtual void
Unmap
() const = 0;
H
A
D
gpu_resource_manager.cpp
1892
(reinterpret_cast<GpuBuffer*>(bufferStore_.additionalData[arrayIndex].resourcePtr))->
Unmap
();
1899
buffer->
Unmap
();
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
gpu_buffer_gles.cpp
143
//
Unmap
the buffer.
in ~GpuBufferGLES()
177
Unmap
();
in Map()
209
void GpuBufferGLES::
Unmap
() const
in Unmap()
function in GpuBufferGLES
236
Unmap
();
in MapMemory()
H
A
D
gpu_buffer_gles.h
50
void
Unmap
() const override;
H
A
D
gpu_resource_util_gles.cpp
40
glesBuffer.
Unmap
();
in CopyGpuBufferGLES()
H
A
D
render_backend_gles.cpp
577
srcGpuBuffer.
Unmap
();
in FinishBlit()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_buffer_vk.cpp
158
Unmap
();
in ~GpuBufferVk()
250
Unmap
();
in Map()
280
Unmap
();
in MapMemory()
296
void GpuBufferVk::
Unmap
() const
in Unmap()
function in GpuBufferVk
H
A
D
gpu_buffer_vk.h
53
void
Unmap
() const override;
H
A
D
gpu_resource_util_vk.cpp
41
vkBuffer.
Unmap
();
in CopyGpuBufferVk()
H
A
D
render_backend_vk.cpp
165
perfGpuTimerData_.gpuBuffer->
Unmap
();
in RenderBackendVk()
2684
perfGpuTimerData_.gpuBuffer->
Unmap
();
/foundation/graphic/graphic_surface/surface/include/
H
A
D
surface_buffer_impl.h
38
GSError
Unmap
() override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_buffer.h
72
virtual GSError
Unmap
() = 0;
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
image_codec_buffer.cpp
94
GSError ret = surfaceBuffer_->
Unmap
();
in ~ImageSurfaceBuffer()
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_manager.cpp
258
if ((grallocFucs_->
Unmap
== nullptr) || (grallocFucs_->
Unmap
(bufferHandle) != DISPLAY_SUCCESS)) {
in UnmapBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H
A
D
mock_jpeg_hw_decode_flow.cpp
118
(void)bufferMgr_->
Unmap
(*outputHandle);
in DumpDecodeResult()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
surface_buffer_impl.cpp
192
GSError SurfaceBufferImpl::
Unmap
()
in Unmap()
function in OHOS::SurfaceBufferImpl
205
auto dRet = displayBuffer->
Unmap
(*handle_);
in Unmap()
210
BLOGW("
Unmap
Failed with %{public}d, seq: %{public}u", dRet, sequenceNumber_);
in Unmap()
285
displayBuffer->
Unmap
(*handle_);
in FreeBufferHandleLocked()
H
A
D
native_buffer.cpp
173
int32_t ret = sbuffer->
Unmap
();
in OH_NativeBuffer_Unmap()
175
BLOGE("
Unmap
failed, ret:%{public}d", ret);
in OH_NativeBuffer_Unmap()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H
A
D
jpeg_hw_decoder.cpp
324
ret = bufferMgr_->
Unmap
(*inputBufferHandle);
in CopySrcImgToDecodeInputBuffer()
393
int32_t ret = bufferMgr_->
Unmap
(*inputBufferHandle);
in GetCompressedDataStart()
Completed in 20 milliseconds