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:externalFormat
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H
A
D
platform_hardware_buffer_util.cpp
53
PLUGIN_ASSERT_MSG(bufferFormatProperties.
externalFormat
!= 0, "ohos native buffer
externalFormat
cannot be 0");
in QueryHwBufferFormatProperties()
59
hardwareBufferProperties.
externalFormat
= bufferFormatProperties.
externalFormat
;
in QueryHwBufferFormatProperties()
83
VkExternalFormatOHOS
externalFormat
{
in CreateHwPlatformImage()
86
hwBufferProperties.
externalFormat
, //
externalFormat
in CreateHwPlatformImage()
95
externalMemoryImageCreateInfo.pNext = &
externalFormat
;
in CreateHwPlatformImage()
H
A
D
platform_gpu_image_vk.cpp
70
VkExternalFormatOHOS
externalFormat
{
in CreatePlatformHwBuffer()
73
hwBufferProperties.
externalFormat
, //
externalFormat
in CreatePlatformHwBuffer()
75
ycbcrConversionCreateInfo.pNext = &
externalFormat
;
in CreatePlatformHwBuffer()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H
A
D
native_buffer_utils.cpp
53
VkExternalFormatOHOS
externalFormat
;
in CreateVkImage()
local
54
externalFormat
.sType = VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_OHOS;
in CreateVkImage()
55
externalFormat
.pNext = nullptr;
in CreateVkImage()
56
externalFormat
.
externalFormat
= 0;
in CreateVkImage()
59
externalFormat
.
externalFormat
= nbFormatProps.
externalFormat
;
in CreateVkImage()
64
&
externalFormat
, // pNext
in CreateVkImage()
271
.fExternalFormat = nbFormatProps.
externalFormat
,
in GetYcbcrInfo()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
platform_hardware_buffer_util_vk.h
33
uint64_t
externalFormat
{ 0 };
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_texture_info.cpp
56
.fExternalFormat = vkInfo->ycbcrConversionInfo.
externalFormat
,
in ConvertToGrBackendVKTexture()
102
vkInfo->ycbcrConversionInfo.
externalFormat
= vkImageInfo.fYcbcrConversionInfo.fExternalFormat;
in ConvertToVKTexture()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
image.h
64
uint64_t
externalFormat
= 0;
member
Completed in 3 milliseconds