Home
last modified time | relevance | path

Searched defs:buffers (Results 1 - 25 of 425) sorted by relevance

12345678910>>...17

/foundation/multimedia/media_foundation/test/unittest/
H A DTestBufferPool.cpp62 std::vector<std::shared_ptr<AVBuffer>> buffers; in HWTEST_F() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c49 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) llvmpipe_clear() argument
H A Dlp_state_vertex.c78 llvmpipe_set_vertex_buffers(struct pipe_context *pipe, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) llvmpipe_set_vertex_buffers() argument
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_image_test.cc208 const auto& buffers = script->GetBuffers(); in TEST_F() local
232 const auto& buffers = script->GetBuffers(); in TEST_F() local
256 const auto& buffers = script->GetBuffers(); TEST_F() local
297 const auto& buffers = script->GetBuffers(); TEST_F() local
327 const auto& buffers = script->GetBuffers(); TEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeDotfield/api/dotfield/render/
H A Dintf_render_data_store_default_dotfield.h59 BASE_NS::vector<Buffer> buffers; member
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_output_channel_listener.cpp47 void DCameraSinkOutputChannelListener::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buffers) in OnDataReceived() argument
H A Ddcamera_sink_controller_channel_listener.cpp47 void DCameraSinkControllerChannelListener::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buffers) in OnDataReceived() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input_channel_listener.cpp56 void DCameraSourceInputChannelListener::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buffers) in OnDataReceived() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller_channel_listener.cpp56 void DCameraSourceControllerChannelListener::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buffers) in OnDataReceived() argument
/third_party/ffmpeg/libavcodec/
H A Dv4l2_context.h78 V4L2Buffer *buffers; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.c50 softpipe_clear(struct pipe_context *pipe, unsigned buffers, in softpipe_clear() argument
H A Dsp_state_vertex.c82 softpipe_set_vertex_buffers(struct pipe_context *pipe, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) softpipe_set_vertex_buffers() argument
H A Dsp_state_image.c63 softpipe_set_shader_buffers(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) softpipe_set_shader_buffers() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_storagebuf.c47 struct pipe_shader_buffer buffers[MAX_SHADER_STORAGE_BUFFERS]; in st_bind_ssbos() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.h110 BASE_NS::vector<BufferDescriptor> buffers; member
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_xfb.c183 unsigned buffers = 0; in gl_nir_link_assign_xfb_resources() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dscript_test.cc268 const auto& buffers = s.GetBuffers(); in TEST_F() local
290 const auto& buffers = s.GetBuffers(); in TEST_F() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dvertex_buffer.cc61 std::vector<VkBuffer> buffers; in BindToCommandBuffer() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DSegmentedGrowableMemoryByteArray.java32 private List<byte[]> buffers; field in SegmentedGrowableMemoryByteArray
[all...]
/third_party/python/Objects/stringlib/
H A Djoin.h18 Py_buffer *buffers = NULL; in bytes_join() local
[all...]
/third_party/rust/crates/nix/test/sys/
H A Dtest_uio.rs201 let mut buffers: Vec<Vec<u8>> = vec![vec![0; 24], vec![0; 1], vec![0; 75]]; in test_preadv() variables
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Doffline_pipeline.cpp155 void OfflinePipeline::ReceiveCache(std::vector<std::shared_ptr<IBuffer>>& buffers) in ReceiveCache() argument
171 std::vector<std::shared_ptr<IBuffer>> buffers = {}; in HandleBuffers() local
189 ProcessCache(std::vector<std::shared_ptr<IBuffer>>& buffers) ProcessCache() argument
194 DeliverCacheCheck(std::vector<std::shared_ptr<IBuffer>>& buffers) DeliverCacheCheck() argument
213 DeliverCache(std::vector<std::shared_ptr<IBuffer>>& buffers) DeliverCache() argument
223 DeliverCancelCache(std::vector<std::shared_ptr<IBuffer>>& buffers) DeliverCancelCache() argument
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H A Dstream_tunnel.h67 std::unordered_map<std::shared_ptr<IBuffer>, OHOS::sptr<OHOS::SurfaceBuffer>> buffers = {}; member in OHOS::Camera::StreamTunnel
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H A Dstream_tunnel.h62 std::unordered_map<std::shared_ptr<IBuffer>, OHOS::SurfaceBuffer*> buffers; member in OHOS::Camera::StreamTunnel
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_layout_desc.h188 BASE_NS::array_view<const BufferDescriptor> buffers; member

Completed in 8 milliseconds

12345678910>>...17