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:nextImage
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/gm/
H
A
D
video_decoder.cpp
45
auto img = fDecoder.
nextImage
(&timeStamp);
48
img = fDecoder.
nextImage
(&timeStamp);
/third_party/skia/experimental/ffmpeg/
H
A
D
SkVideoDecoder.h
36
sk_sp<SkImage>
nextImage
(double* timeStamp = nullptr);
H
A
D
SkVideoDecoder.cpp
257
sk_sp<SkImage> SkVideoDecoder::
nextImage
(double* timeStamp) {
in nextImage()
function in SkVideoDecoder
/third_party/skia/modules/skresources/src/
H
A
D
SkResources.cpp
54
fWindow[1].frame = fDecoder->
nextImage
(&fWindow[1].stamp);
in advance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
TextureVk.cpp
1359
const vk::ImageHelper *
nextImage
)
in handleImmutableSamplerTransition()
1367
nextImage
&&
nextImage
->valid() &&
nextImage
->hasImmutableSampler();
in handleImmutableSamplerTransition()
1374
previousImage->getExternalFormat() !=
nextImage
->getExternalFormat();
in handleImmutableSamplerTransition()
1358
handleImmutableSamplerTransition(const vk::ImageHelper *previousImage, const vk::ImageHelper *
nextImage
)
handleImmutableSamplerTransition()
argument
H
A
D
TextureVk.h
492
const vk::ImageHelper *
nextImage
);
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fCopyImageTests.cpp
450
bool
nextImage
(void);
480
bool TextureImageIterator::
nextImage
(void)
in nextImage()
function in deqp::gles31::Functional::__anon30812::TextureImageIterator
1155
while (renderGrid.nextCell() && imageIterator.
nextImage
())
Completed in 12 milliseconds