Searched defs:getData (Results 51 - 68 of 68) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ | ||
| H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 82 void* getData (void) const { return (*m_bufferMemory)->getHostPtr(); } in getData() function in vkt::SpirVAssembly::__anon28770::ut::Buffer 111 X* getData (void) const { return reinterpret_cast<X*>(Buffer::getData()); } in getData() function in vkt::SpirVAssembly::__anon28770::ut::TypedBuffer |
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ | ||
| H A D | LatencyAnalyzer.h | 155 float *getData() const { in getData() function in AudioRecording |
| /third_party/python/Lib/test/ | ||
| H A D | test_httpservers.py | 986 def getData(self): member in AuditableBytesIO |
| H A D | test_xmlrpc.py | 617 def getData(): member in http_server.TestInstanceClass.Fixture |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | ||
| H A D | DIE.h | 103 const SmallVectorImpl<DIEAbbrevData> &getData() const { return Data; } in getData() function in llvm::DIEAbbrev |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ | ||
| H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 82 void* getData (void) const { return (*m_bufferMemory)->getHostPtr(); } in getData() function in vkt::SpirVAssembly::__anon29919::ut::Buffer 111 X* getData (void) const { return reinterpret_cast<X*>(Buffer::getData()); } in getData() function in vkt::SpirVAssembly::__anon29919::ut::TypedBuffer |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ | ||
| H A D | vktBindingDescriptorCopyTests.cpp | 106 virtual vector<deUint32> getData (void) { DE_FATAL("Unexpected"); return vector<deUint32>(); } in getData() function in vkt::BindingModel::__anon27824::Descriptor |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ | ||
| H A D | vktBindingDescriptorCopyTests.cpp | 106 virtual vector<deUint32> getData (void) { DE_FATAL("Unexpected"); return vector<deUint32>(); } in getData() function in vkt::BindingModel::__anon29076::Descriptor |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ | ||
| H A D | Buffer11.cpp | 386 angle::Result Buffer11::getData(const gl::Context *context, const uint8_t **outData) in getData() function in rx::Buffer11 |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ | ||
| H A D | SLPVectorizer.cpp | 766 OperandData &getData(unsigned OpIdx, unsigned Lane) { in getData() function in llvm::slpvectorizer::BoUpSLP::VLOperands 771 const OperandData &getData(unsigned OpIdx, unsigned Lane) const { in getData() function in llvm::slpvectorizer::BoUpSLP::VLOperands [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ | ||
| H A D | vktSynchronizationOperation.cpp | 558 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::FillUpdateBuffer::Implementation 724 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::CopyBuffer::Implementation 823 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::CopyBuffer::CopyImplementation 1047 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::CopyBlitResolveImage::ImplementationBase 1349 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::CopyBlitResolveImage::BlitCopyImplementation 1428 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::CopyBlitResolveImage::CopyCopyImplementation 1790 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::ShaderAccess::BufferImplementation 2043 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::ShaderAccess::ImageImplementation 2486 Data getData (void) const in getData() function in vkt::synchronization::__anon29979::ShaderAccess::BufferCopyImplementation 2716 Data getData (voi function in vkt::synchronization::__anon29979::ShaderAccess::CopyImageImplementation 2927 Data getData(void) const getData() function in vkt::synchronization::__anon29979::ShaderAccess::MSImageImplementation 3079 Data getData (void) const getData() function in vkt::synchronization::__anon29979::CopyBufferToImage::WriteImplementation 3199 Data getData (void) const getData() function in vkt::synchronization::__anon29979::CopyBufferToImage::ReadImplementation 3343 Data getData (void) const getData() function in vkt::synchronization::__anon29979::CopyBufferToImage::CopyImplementation 3506 Data getData (void) const getData() function in vkt::synchronization::__anon29979::CopyImageToBuffer::WriteImplementation 3588 Data getData (void) const getData() function in vkt::synchronization::__anon29979::CopyImageToBuffer::ReadImplementation 3674 Data getData (void) const getData() function in vkt::synchronization::__anon29979::CopyImageToBuffer::CopyImplementation 3817 Data getData (void) const getData() function in vkt::synchronization::__anon29979::ClearImage::Implementation 4056 Data getData (void) const getData() function in vkt::synchronization::__anon29979::Draw::Implementation 4298 Data getData (void) const getData() function in vkt::synchronization::__anon29979::ClearAttachments::Implementation 4612 Data getData (void) const getData() function in vkt::synchronization::__anon29979::IndirectBuffer::ReadImplementation 4710 Data getData (void) const getData() function in vkt::synchronization::__anon29979::IndirectBuffer::WriteImplementation 5063 Data getData (void) const getData() function in vkt::synchronization::__anon29979::VertexInput::Implementation [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ | ||
| H A D | sglrReferenceContext.hpp | 400 const deUint8* getData (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData() function in sglr::rc::DataBuffer 401 deUint8* getData (void) { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData() function in sglr::rc::DataBuffer |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ | ||
| H A D | vktSynchronizationOperation.cpp | 559 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::FillUpdateBuffer::Implementation 725 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::CopyBuffer::Implementation 824 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::CopyBuffer::CopyImplementation 1048 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::CopyBlitResolveImage::ImplementationBase 1350 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::CopyBlitResolveImage::BlitCopyImplementation 1429 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::CopyBlitResolveImage::CopyCopyImplementation 1846 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::ShaderAccess::BufferImplementation 2122 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::ShaderAccess::ImageImplementation 2607 Data getData (void) const in getData() function in vkt::synchronization::__anon28830::ShaderAccess::BufferCopyImplementation 2847 Data getData (voi function in vkt::synchronization::__anon28830::ShaderAccess::CopyImageImplementation 3064 Data getData(void) const getData() function in vkt::synchronization::__anon28830::ShaderAccess::MSImageImplementation 3216 Data getData (void) const getData() function in vkt::synchronization::__anon28830::CopyBufferToImage::WriteImplementation 3336 Data getData (void) const getData() function in vkt::synchronization::__anon28830::CopyBufferToImage::ReadImplementation 3480 Data getData (void) const getData() function in vkt::synchronization::__anon28830::CopyBufferToImage::CopyImplementation 3643 Data getData (void) const getData() function in vkt::synchronization::__anon28830::CopyImageToBuffer::WriteImplementation 3725 Data getData (void) const getData() function in vkt::synchronization::__anon28830::CopyImageToBuffer::ReadImplementation 3811 Data getData (void) const getData() function in vkt::synchronization::__anon28830::CopyImageToBuffer::CopyImplementation 3954 Data getData (void) const getData() function in vkt::synchronization::__anon28830::ClearImage::Implementation 4193 Data getData (void) const getData() function in vkt::synchronization::__anon28830::Draw::Implementation 4435 Data getData (void) const getData() function in vkt::synchronization::__anon28830::ClearAttachments::Implementation 4749 Data getData (void) const getData() function in vkt::synchronization::__anon28830::IndirectBuffer::ReadImplementation 4849 Data getData (void) const getData() function in vkt::synchronization::__anon28830::IndirectBuffer::WriteImplementation 5196 Data getData (void) const getData() function in vkt::synchronization::__anon28830::VertexInput::Implementation [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ | ||
| H A D | IceInstX8632.h | 388 Operand *getData() const { return this->getSrc(0); } in getData() function in Ice::X8632::final |
| H A D | IceInstX8664.h | 327 Operand *getData() const { return this->getSrc(0); } in getData() function in Ice::X8664::final |
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ | ||
| H A D | vulkan_raii.hpp | 9722 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<uint8_t> PipelineCache::getData() const in getData() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache 14018 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<uint8_t> ValidationCacheEXT::getData() const in getData() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ValidationCacheEXT |
| /third_party/vulkan-headers/include/vulkan/ | ||
| H A D | vulkan_raii.hpp | 12543 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<uint8_t> PipelineCache::getData() const in getData() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache 18417 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<uint8_t> ValidationCacheEXT::getData() const getData() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ValidationCacheEXT [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ | ||
| H A D | icu4j-4_8_1_1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ... |
Completed in 151 milliseconds