Home
last modified time | relevance | path

Searched defs:buffer (Results 4151 - 4175 of 7868) sorted by relevance

1...<<161162163164165166167168169170>>...315

/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c426 unsigned char buffer[4096]; in ts_compute_imprint() local
/third_party/openssl/test/
H A Dct_test.c108 read_text_file(const char *dir, const char *file, char *buffer, int buffer_length) read_text_file() argument
/third_party/pcre2/pcre2/maint/
H A Ducptest.c269 ord2utf8(unsigned int cvalue, unsigned char *buffer) in ord2utf8() argument
519 unsigned char buffer[ in print_prop() local
879 process_command_line(unsigned char *buffer) process_command_line() argument
1006 unsigned char buffer[1024]; main() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) pcre2_substitute() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs69 private readonly byte[] buffer; field in Google.Protobuf.CodedInputStream
94 public CodedInputStream(byte[] buffer) : this(null, ProtoPreconditions.CheckNotNull(buffer, "buffer"), 0, buffer.Length, true) in CodedInputStream() argument
101 public CodedInputStream(byte[] buffer, int offset, int length) in CodedInputStream() argument
139 CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, bool leaveOpen) CodedInputStream() argument
161 CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimit, int recursionLimit, bool leaveOpen) CodedInputStream() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs650 public override int Read(byte[] buffer, int offset, int count) in Read() argument
936 public override int Read(byte[] buffer, int offset, int count) in Read() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp91 Move<VkFramebuffer> buffer; member
104 Move<VkBuffer> buffer; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDifferingInterpolationTests.cpp322 const VkBuffer buffer = vertexBuffer->object(); in iterate() local
H A DvktDrawMultisampleLinearInterpolationTests.cpp331 const VkBuffer buffer = vertexBuffer->object(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp155 bool isValueWithinBuffer (const void* buffer, VkDeviceSize bufferSize, const void* valuePtr, size_t valueSizeInBytes) in isValueWithinBuffer() argument
171 bool isValueWithinBufferOrZero (const void* buffer, VkDeviceSize bufferSize, const void* valuePtr, size_t valueSizeInBytes) in isValueWithinBufferOrZero() argument
221 void populateBufferWithTestValues (void* buffer, VkDeviceSize size, VkFormat format) in populateBufferWithTestValues() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp107 void ShaderObjectMiscInstance::bindVertexBuffers (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkDeviceSize* stride, vk::VkBuffer buffer, vk::VkDeviceSize bufferSize) const in bindVertexBuffers() argument
250 de::MovePtr<vk::BufferWithMemory> buffer = de::MovePtr<vk::BufferWithMemory>(new vk::BufferWithMemory( in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFillBufferTests.cpp275 generateBuffer(tcu::PixelBufferAccess buffer, int width, int height, int depth) generateBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp91 Move<VkFramebuffer> buffer; member
104 Move<VkBuffer> buffer; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDifferingInterpolationTests.cpp322 const VkBuffer buffer = vertexBuffer->object(); in iterate() local
H A DvktDrawNegativeViewportHeightTests.cpp282 const VkBuffer buffer = m_vertexBuffer->object(); in draw() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImage.cpp253 ImageState::ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) in ImageState() argument
158 ExternalImageSibling(rx::EGLImplFactory *factory, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attribs) ExternalImageSibling() argument
271 Image(rx::EGLImplFactory *factory, const gl::Context *context, EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) Image() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.h84 uint32_t buffer = kInvalid; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp229 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dandroid_util.cpp334 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, in GetANativeWindowBufferProperties() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp109 CLMemoryImpl::Ptr CLContextCL::createBuffer(const cl::Buffer &buffer, in createBuffer() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp249 setInitData(std::vector<InputType>& buffer) setInitData() argument
938 checkNearest(std::vector<OutputType>& buffer, OutputType expectedValue, OutputType expectedBorderColor, glw::GLint layer) checkNearest() argument
1025 checkLinear(std::vector<OutputType>& buffer, glw::GLint layer) checkLinear() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp571 fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) fillBufferWithData() argument
1050 fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) fillBufferWithData() argument
1431 fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) fillBufferWithData() argument
1553 fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) fillBufferWithData() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp1127 glw::GLint buffer = 314159; testQueriesForInvalidNameOfObject() local
1253 glw::GLint buffer = 314159; testGetTransformFeedbackivQueryForInvalidParameterName() local
1323 glw::GLint buffer = 314159; testGetTransformFeedbacki_vQueryForInvalidParameterName() local
1394 glw::GLint64 buffer = 314159; testGetTransformFeedbacki64_vQueryForInvalidParameterName() local
1471 glw::GLint buffer = 314159; testIndexedQueriesForInvalidBindingPoint() local
2004 glw::GLint* buffer = (glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); verifyBufferContent() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp299 allocateDedicated(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer buffer, MemoryRequirement requirement) allocateDedicated() argument
473 bindBuffer(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) bindBuffer() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dscript.h116 Result AddBuffer(std::unique_ptr<Buffer> buffer) { in AddBuffer() argument

Completed in 24 milliseconds

1...<<161162163164165166167168169170>>...315