Home
last modified time | relevance | path

Searched refs:nextImage (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/gm/
Dvideo_decoder.cpp45 auto img = fDecoder.nextImage(&timeStamp); in onDraw()
48 img = fDecoder.nextImage(&timeStamp); in onDraw()
/third_party/skia/gm/
Dvideo_decoder.cpp45 auto img = fDecoder.nextImage(&timeStamp); in onDraw()
48 img = fDecoder.nextImage(&timeStamp); in onDraw()
/third_party/flutter/skia/samplecode/
DSampleUnpremul.cpp40 this->nextImage(); in UnpremulView()
53 this->nextImage(); in onChar()
132 void nextImage() { in nextImage() function in UnpremulView
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.h36 sk_sp<SkImage> nextImage(double* timeStamp = nullptr);
DSkVideoDecoder.cpp257 sk_sp<SkImage> SkVideoDecoder::nextImage(double* timeStamp) { in nextImage() function in SkVideoDecoder
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoDecoder.h35 sk_sp<SkImage> nextImage(double* timeStamp = nullptr);
DSkVideoDecoder.cpp234 sk_sp<SkImage> SkVideoDecoder::nextImage(double* timeStamp) { in nextImage() function in SkVideoDecoder
/third_party/skia/modules/skresources/src/
DSkResources.cpp54 fWindow[1].frame = fDecoder->nextImage(&fWindow[1].stamp); in advance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1359 const vk::ImageHelper *nextImage) in handleImmutableSamplerTransition() argument
1367 nextImage && nextImage->valid() && nextImage->hasImmutableSampler(); in handleImmutableSamplerTransition()
1374 previousImage->getExternalFormat() != nextImage->getExternalFormat(); in handleImmutableSamplerTransition()
DTextureVk.h492 const vk::ImageHelper *nextImage);
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fCopyImageTests.cpp450 bool nextImage (void);
480 bool TextureImageIterator::nextImage (void) in nextImage() function in deqp::gles31::Functional::__anon400649f70111::TextureImageIterator
1155 while (renderGrid.nextCell() && imageIterator.nextImage()) in renderTexture()