Searched refs:buffers_ (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/ |
D | pipeline.cc | 74 clone->buffers_ = buffers_; in Clone() 519 for (const auto& info : buffers_) { in GetBufferForBinding() 534 buffers_.push_back(BufferInfo{buf}); in AddBuffer() 536 auto& info = buffers_.back(); in AddBuffer() 551 for (auto& info : buffers_) { in AddBuffer() 558 buffers_.push_back(BufferInfo{buf}); in AddBuffer() 560 auto& info = buffers_.back(); in AddBuffer() 572 for (auto& info : buffers_) { in AddBuffer() 579 buffers_.push_back(BufferInfo{buf}); in AddBuffer() 581 auto& info = buffers_.back(); in AddBuffer() [all …]
|
D | script.h | 120 buffers_.push_back(std::move(buffer)); in AddBuffer() 121 name_to_buffer_[buffers_.back()->GetName()] = buffers_.back().get(); in AddBuffer() 133 return buffers_; in GetBuffers() 268 std::vector<std::unique_ptr<Buffer>> buffers_; variable
|
D | pipeline.h | 363 const std::vector<BufferInfo>& GetBuffers() const { return buffers_; } in GetBuffers() 449 std::vector<BufferInfo> buffers_; variable
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/jni/ |
D | gstamc-codec-jni.c | 363 RealBuffer ** buffers_, gsize * n_buffers) in gst_amc_jni_get_buffer_array() argument 365 RealBuffer **buffers = (RealBuffer **) buffers_; in gst_amc_jni_get_buffer_array()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | OpenSLESMigration.md | 92 …em so they can have arbitrary size. You can only specify the _number of buffers_ through the `SLDa…
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDepthStencilTests.cpp | 175 deUint32 buffers_, in ClearCommand() 179 , buffers (buffers_) in ClearCommand()
|
D | es3fFboRenderTest.cpp | 69 …FboConfig (deUint32 buffers_, deUint32 colorType_, deUint32 colorFormat_, deUint32 depthStencilTyp… in FboConfig() argument 70 : buffers (buffers_) in FboConfig()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 175 deUint32 buffers_, in ClearCommand() 179 , buffers (buffers_) in ClearCommand()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | cmdbuffers.txt | 12 There are two levels of command buffers - _primary command buffers_, which 14 and _secondary command buffers_, which can: be executed by primary command
|
D | cmdbuffers.adoc | 12 There are two levels of command buffers - _primary command buffers_, which 14 and _secondary command buffers_, which can: be executed by primary command
|