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:TEX
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H
A
D
gpu_brightness_algo.cpp
125
if (src->extraInfo_->dataType != DataType::
TEX
) {
in OnApplyRGBA8888()
140
if (dst->extraInfo_->dataType != DataType::
TEX
) {
in OnApplyRGBA8888()
H
A
D
brightness_efilter.cpp
70
extraInfo->dataType = DataType::
TEX
;
in Render()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H
A
D
gpu_contrast_algo.cpp
126
if (src->extraInfo_->dataType != DataType::
TEX
) {
in OnApplyRGBA8888()
141
if (dst->extraInfo_->dataType != DataType::
TEX
) {
in OnApplyRGBA8888()
H
A
D
contrast_efilter.cpp
69
extraInfo->dataType = DataType::
TEX
;
in Render()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H
A
D
image_sink_filter.cpp
75
if (buffer->extraInfo_->dataType == DataType::
TEX
) {
in ModifyPixelMap()
126
if (buffer->extraInfo_->dataType == DataType::
TEX
) {
in ModifySurfaceBuffer()
161
if (buffer->extraInfo_->dataType == DataType::
TEX
) {
in ModifyInnerPixelMap()
179
if (buffer->extraInfo_->dataType == DataType::
TEX
) {
in ModifyPictureForInnerPixelMap()
278
if (inputBuffer->extraInfo_->dataType == DataType::
TEX
) {
in FillOutputData()
298
if (inputBuffer->extraInfo_->dataType == DataType::
TEX
) {
in FillPictureOutputData()
496
if (buffer->extraInfo_->dataType == DataType::
TEX
) {
in PushData()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H
A
D
effect_buffer.h
60
TEX
,
member in OHOS::Media::Effect::DataType
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
device_gles.cpp
193
static constexpr const FormatFeatureFlags
TEX
=
member
196
static constexpr const FormatFeatureFlags DS = CORE_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT |
TEX
| TF;
198
static constexpr const FormatFeatureFlags TF_TEX = TF |
TEX
;
200
static constexpr const FormatFeatureFlags CR_TEX = CR |
TEX
; // color renderable, texture format
202
static constexpr const FormatFeatureFlags CR_REND_TEX = CR |
TEX
; // color renderable, renderbuffer, texture format
204
static constexpr const FormatFeatureFlags CR_TF_REND_TEX = CR | TF |
TEX
;
248
{ GL_RGB9_E5,
TEX
},
295
{ GL_RGB32F,
TEX
| TEXEL_BUF },
311
{ GL_RGB8I,
TEX
},
312
{ GL_RGB8UI,
TEX
},
[all...]
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H
A
D
render_environment.cpp
200
extraInfo->dataType = DataType::
TEX
;
in ConvertBufferToTexture()
560
extraInfo->dataType = DataType::
TEX
;
in GenTexEffectBuffer()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H
A
D
unified_meta.h
206
TEX
,
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H
A
D
unified_meta.cpp
166
{
TEX
, "
TEX
", "general.tex" },
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H
A
D
efilter.cpp
415
extraInfo->dataType = DataType::
TEX
;
in RenderWithGPU()
Completed in 8 milliseconds