/third_party/ffmpeg/doc/examples/ |
D | avio_reading.c | 37 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/ |
D | test_exception.c | 9 static char buffer_data[12]; variable
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | tcp_message_handler.cc | 31 auto buffer_data = reinterpret_cast<const unsigned char *>(buffer); in ReceiveMessage() local
|
/third_party/mindspore/tests/st/cpp/model/ |
D | test_tensor_add.cc | 73 auto buffer_data = buffer.Data(); in TEST_F() local
|
D | test_dynamic_batch_size.cc | 99 auto buffer_data = buffer.Data(); in TEST_F() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cMapBufferAlignmentTests.cpp | 204 std::vector<GLubyte> buffer_data; in iterate() local
|
D | gl3cClipDistance.hpp | 447 std::vector<T> buffer_data(m_size / sizeof(T)); in readBuffer() local
|
D | gl4cVertexAttrib64BitTest.cpp | 2352 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
|
D | gl4cEnhancedLayoutsTests.cpp | 5891 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
|
D | gl4cGPUShaderFP64Tests.cpp | 4319 std::vector<glw::GLint> buffer_data; in testBegin() local 5171 std::vector<glw::GLubyte> buffer_data; in prepareUniformBuffer() local
|
D | gl4cComputeShaderTests.cpp | 1002 std::vector<vec4> buffer_data(kBufferSize * 9); in RunIteration() local
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | parser.c | 53 buffer_new (const unsigned char *buffer_data, guint size) in buffer_new()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | parser.c | 63 buffer_new (const unsigned char *buffer_data, guint size) in buffer_new()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.cpp | 6923 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
|
D | es31cComputeShaderTests.cpp | 981 std::vector<vec4> buffer_data(kBufferSize * 4); in RunIteration() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageTextureSize.cpp | 413 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/ |
D | glcRobustBufferAccessBehaviorTests.cpp | 3258 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/ |
D | gconverterinputstream.c | 246 buffer_data (Buffer *buffer) in buffer_data() function
|
D | gconverteroutputstream.c | 262 buffer_data (Buffer *buffer) in buffer_data() function
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | tensor_py.cc | 191 void *buffer_data() { return buffer_.ptr; } in buffer_data() function in mindspore::tensor::TensorDataNumpy
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 69 void buffer_data (NegativeTestContext& ctx) in buffer_data() function
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | output_iterator.hpp | 609 buffer_sink buffer_data; // for buffering member
|
/third_party/node/src/ |
D | node_file.cc | 1826 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/ |
D | mediacodec_wrapper.c | 1093 void *buffer_data = NULL; in ff_AMediaFormat_setBuffer() local
|
/third_party/mesa3d/src/mesa/main/ |
D | bufferobj.c | 2153 buffer_data(struct gl_context *ctx, struct gl_buffer_object *bufObj, in buffer_data() function
|