Home
last modified time | relevance | path

Searched defs:buffer_data (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ffmpeg/doc/examples/
Davio_reading.c37 struct buffer_data { struct
44 struct buffer_data *bd = (struct buffer_data *)opaque; in read_packet() argument
/third_party/node/test/node-api/test_exception/
Dtest_exception.c9 static char buffer_data[12]; variable
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dtcp_message_handler.cc31 auto buffer_data = reinterpret_cast<const unsigned char *>(buffer); in ReceiveMessage() local
/third_party/mindspore/tests/st/cpp/model/
Dtest_tensor_add.cc73 auto buffer_data = buffer.Data(); in TEST_F() local
Dtest_dynamic_batch_size.cc99 auto buffer_data = buffer.Data(); in TEST_F() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMapBufferAlignmentTests.cpp204 std::vector<GLubyte> buffer_data; in iterate() local
Dgl3cClipDistance.hpp447 std::vector<T> buffer_data(m_size / sizeof(T)); in readBuffer() local
Dgl4cVertexAttrib64BitTest.cpp2352 std::vector<GLdouble> buffer_data; in prepareVertexArrayBuffer() local
2954 …_varyingType* buffer_data = (_varyingType*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY… in verifyResult() local
Dgl4cEnhancedLayoutsTests.cpp5891 GLvoid* buffer_data = buffer->Map(Utils::Buffer::ReadOnly); in test() local
6865 std::vector<GLubyte> buffer_data(buffer_size); in test() local
12831 std::vector<GLuint> buffer_data; in test() local
26374 GLubyte* buffer_data = (GLubyte*)buffer->Map(Utils::Buffer::ReadOnly); in test() local
26779 GLubyte* buffer_data = (GLubyte*)buffer->Map(Utils::Buffer::ReadOnly); in test() local
27156 GLubyte* buffer_data = (GLubyte*)buffer->Map(Utils::Buffer::ReadOnly); in test() local
27505 GLubyte* buffer_data = (GLubyte*)buffer->Map(Utils::Buffer::ReadOnly); in test() local
Dgl4cGPUShaderFP64Tests.cpp4319 std::vector<glw::GLint> buffer_data; in testBegin() local
5171 std::vector<glw::GLubyte> buffer_data; in prepareUniformBuffer() local
Dgl4cComputeShaderTests.cpp1002 std::vector<vec4> buffer_data(kBufferSize * 9); in RunIteration() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dparser.c53 buffer_new (const unsigned char *buffer_data, guint size) in buffer_new()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dparser.c63 buffer_new (const unsigned char *buffer_data, guint size) in buffer_new()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp6923 glw::GLfloat buffer_data[] = { 0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, in test_shader_compilation() local
6934 glw::GLint buffer_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in test_shader_compilation() local
6943 glw::GLuint buffer_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in test_shader_compilation() local
6952 glw::GLdouble buffer_data[] = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, in test_shader_compilation() local
7375 glw::GLfloat buffer_data[] = { 0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, in test_shader_compilation() local
7386 glw::GLint buffer_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in test_shader_compilation() local
7395 glw::GLuint buffer_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in test_shader_compilation() local
7404 glw::GLdouble buffer_data[] = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, in test_shader_compilation() local
8776 std::vector<glw::GLuint> buffer_data; in execute() local
Des31cComputeShaderTests.cpp981 std::vector<vec4> buffer_data(kBufferSize * 4); in RunIteration() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageTextureSize.cpp413 std::vector<glw::GLint> buffer_data(m_n_varyings * m_n_tf_components, 0); in configureTestSpecificObjects() local
454 std::vector<glw::GLint> buffer_data(m_n_varyings * m_n_tf_components, 0); in configureTextures() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp3258 GLfloat* buffer_data = in iterate() local
3332 bool StorageBufferTest::verifyResults(GLfloat* buffer_data) in verifyResults()
3529 GLfloat* buffer_data = in iterate() local
3601 bool UniformBufferTest::verifyResults(GLfloat* buffer_data) in verifyResults()
/third_party/glib/gio/
Dgconverterinputstream.c246 buffer_data (Buffer *buffer) in buffer_data() function
Dgconverteroutputstream.c262 buffer_data (Buffer *buffer) in buffer_data() function
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc191 void *buffer_data() { return buffer_.ptr; } in buffer_data() function in mindspore::tensor::TensorDataNumpy
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp69 void buffer_data (NegativeTestContext& ctx) in buffer_data() function
/third_party/boost/boost/spirit/home/karma/detail/
Doutput_iterator.hpp609 buffer_sink buffer_data; // for buffering member
/third_party/node/src/
Dnode_file.cc1826 char* buffer_data = Buffer::Data(buffer_obj); in WriteBuffer() local
2028 char* buffer_data = Buffer::Data(buffer_obj); in Read() local
/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.c1093 void *buffer_data = NULL; in ff_AMediaFormat_setBuffer() local
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c2153 buffer_data(struct gl_context *ctx, struct gl_buffer_object *bufObj, in buffer_data() function

12