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:ResetContext
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H
A
D
gpu_context.cpp
174
void GPUContext::
ResetContext
()
in ResetContext()
function in OHOS::Rosen::Drawing::GPUContext
176
impl_->
ResetContext
();
in ResetContext()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
gpu_context.h
245
void
ResetContext
();
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_gpu_context.h
92
void
ResetContext
() override;
H
A
D
skia_gpu_context.cpp
282
void SkiaGPUContext::
ResetContext
()
in ResetContext()
function in OHOS::Rosen::Drawing::SkiaGPUContext
285
LOGD("SkiaGPUContext::
ResetContext
, grContext_ is nullptr");
in ResetContext()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
gpu_context_impl.h
77
virtual void
ResetContext
() = 0;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/gpucontext_fuzzer/
H
A
D
gpucontext_fuzzer.cpp
66
gpuContext->
ResetContext
();
in GPUContextFuzzTest001()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.h
102
void
ResetContext
(bool isFlush = false);
H
A
D
fcodec.cpp
284
void FCodec::
ResetContext
(bool isFlush)
in ResetContext()
function in OHOS::MediaAVCodec::Codec::FCodec
446
ResetContext
(true);
in Stop()
476
ResetContext
(true);
in Flush()
500
ResetContext
();
in ReleaseResource()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H
A
D
rs_vulkan_context.cpp
663
GetDrawingContext()->
ResetContext
();
in ClearGrContext()
Completed in 7 milliseconds