Home
last modified time | relevance | path

Searched defs:frameIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
DOneShotSampleSource.cpp38 for (int32_t frameIndex = 0; frameIndex < numWriteFrames; frameIndex++) { in mixAudio() local
44 for (int32_t frameIndex = 0; frameIndex < numWriteFrames; frameIndex++) { in mixAudio() local
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp156 void SkLibGifCodec::initializeColorTable(const SkImageInfo& dstInfo, int frameIndex) { in initializeColorTable()
184 const int frameIndex = opts.fFrameIndex; in prepareToDecode() local
235 void SkLibGifCodec::initializeSwizzler(const SkImageInfo& dstInfo, int frameIndex) { in initializeSwizzler()
319 const int frameIndex = options.fFrameIndex; in onIncrementalDecode() local
331 const int frameIndex = opts.fFrameIndex; in decodeFrame() local
416 void SkLibGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow()
DSkGifImageReader.cpp452 bool SkGifImageReader::decode(int frameIndex, bool* frameComplete) in decode()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DUniformsPerf.cpp386 size_t frameIndex = 0; in drawLoop() local
416 size_t uniform, size_t frameIndex) { in drawBenchmark()
427 size_t uniform, size_t frameIndex) { in drawBenchmark()
438 size_t uniform, size_t frameIndex) { in drawBenchmark()
449 size_t uniform, size_t frameIndex) { in drawBenchmark()
/third_party/skia/gm/
Danimated_gif.cpp41 void drawFrame(SkCanvas* canvas, int frameIndex) { in drawFrame()
130 for (int frameIndex = 0; frameIndex < fTotalFrames; frameIndex++) { in onDraw() local
/third_party/skia/third_party/externals/angle2/util/capture/
Dframe_capture_test_utils.h100 void replayFrame(uint32_t frameIndex) { callFunc<ReplayFrameFunc>("ReplayFrame", frameIndex); } in replayFrame()
108 const char *getSerializedContextState(uint32_t frameIndex) in getSerializedContextState()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h15126 void VmaRecorder::RecordCreateAllocator(uint32_t frameIndex) in RecordCreateAllocator()
15136 void VmaRecorder::RecordDestroyAllocator(uint32_t frameIndex) in RecordDestroyAllocator()
15146 void VmaRecorder::RecordCreatePool(uint32_t frameIndex, const VmaPoolCreateInfo& createInfo, VmaPoo… in RecordCreatePool()
15163 void VmaRecorder::RecordDestroyPool(uint32_t frameIndex, VmaPool pool) in RecordDestroyPool()
15174 void VmaRecorder::RecordAllocateMemory(uint32_t frameIndex, in RecordAllocateMemory()
15199 void VmaRecorder::RecordAllocateMemoryPages(uint32_t frameIndex, in RecordAllocateMemoryPages()
15225 void VmaRecorder::RecordAllocateMemoryForBuffer(uint32_t frameIndex, in RecordAllocateMemoryForBuffer()
15254 void VmaRecorder::RecordAllocateMemoryForImage(uint32_t frameIndex, in RecordAllocateMemoryForImage()
15283 void VmaRecorder::RecordFreeMemory(uint32_t frameIndex, in RecordFreeMemory()
15295 void VmaRecorder::RecordFreeMemoryPages(uint32_t frameIndex, in RecordFreeMemoryPages()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp232 uint32_t frameIndex; member
312 uint32_t frameIndex; member
346 uint32_t frameIndex; member
1152 uint32_t frameIndex, in WriteCppReplayFunctionWithParts()
1217 uint32_t frameIndex, in WriteAuxiliaryContextCppSetupReplay()
1265 uint32_t frameIndex, in WriteShareGroupCppSetupReplay()
6211 for (uint32_t frameIndex : mActiveFrameIndices) in writeCppReplayIndexFiles() local
6250 for (uint32_t frameIndex = 1; frameIndex <= getFrameCount(); ++frameIndex) in writeCppReplayIndexFiles() local
6295 uint32_t frameIndex = getReplayFrameIndex(); in writeMainContextCppReplay() local
7254 void ReplayWriter::saveFrame(uint32_t frameIndex) in saveFrame()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp198 void WaitForFrame(size_t frameIndex) // wait until gpu is finished with command list in WaitForFrame()
213 void WaitGPUIdle(size_t frameIndex) in WaitGPUIdle()
DTests.cpp256 for (UINT frameIndex = BEGIN_INDEX; frameIndex < END_INDEX; ++frameIndex) in TestFrameIndexAndJson() local
DD3D12MemAlloc.cpp4813 void AllocatorPimpl::SetCurrentFrameIndex(UINT frameIndex) in SetCurrentFrameIndex()
5538 void Allocator::SetCurrentFrameIndex(UINT frameIndex) in SetCurrentFrameIndex()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp268 for (int32_t frameIndex = 0; frameIndex < mRecording->getSizeInFrames(); frameIndex++) { in saveWaveFile() local
/third_party/skia/src/codec/
DSkWuffsCodec.cpp836 SkCodec::Result SkWuffsCodec::seekFrame(WhichDecoder which, int frameIndex) { in seekFrame()