Home
last modified time | relevance | path

Searched defs:buffer (Results 5426 - 5450 of 9586) sorted by relevance

1...<<211212213214215216217218219220>>...384

/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
H A Dverifier.cc516 ProbeSSBO(const ProbeSSBOCommand* command, uint32_t buffer_element_count, const void* buffer) ProbeSSBO() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp109 HardwareBufferImageSiblingVkAndroid::HardwareBufferImageSiblingVkAndroid(EGLClientBuffer buffer) in HardwareBufferImageSiblingVkAndroid() argument
122 ValidateHardwareBuffer( RendererVk *renderer, EGLClientBuffer buffer, const egl::AttributeMap &attribs) ValidateHardwareBuffer() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformTest.cpp1000 std::array<T, 3 * kChunkSize> buffer; in CheckOneElement() local
[all...]
H A DSimpleOperationTest.cpp266 GLBuffer buffer; in TEST_P() local
280 GLBuffer buffer; in TEST_P() local
289 GLBuffer buffer; in TEST_P() local
H A DBufferDataTest.cpp641 GLBuffer buffer; in TEST_P() local
699 GLBuffer buffer; TEST_P() local
835 GLBuffer buffer; TEST_P() local
919 GLBuffer buffer; TEST_P() local
1001 GLBuffer buffer; TEST_P() local
1015 GLBuffer buffer; TEST_P() local
1030 GLBuffer buffer; TEST_P() local
1052 GLBuffer buffer; TEST_P() local
1101 GLBuffer buffer; TEST_P() local
1238 GLBuffer buffer; TEST_P() local
1274 GLBuffer buffer; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLProtectedContentTest.cpp138 createImage(EGLBoolean isProtected, EGLContext context, EGLenum target, EGLClientBuffer buffer, EGLImage *image) createImage() argument
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp22 bool SkIcoCodec::IsIco(const void* buffer, size_t bytesRead) { in IsIco() argument
/third_party/skia/src/core/
H A DSkColorFilter.cpp215 sk_sp<SkFlattenable> SkComposeColorFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
303 sk_sp<SkFlattenable> SkSRGBGammaColorFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
425 CreateProc(SkReadBuffer& buffer) CreateProc() argument
[all...]
H A DSkPaint.cpp294 void SkPaintPriv::Flatten(const SkPaint& paint, SkWriteBuffer& buffer) { in Flatten() argument
322 Unflatten(SkReadBuffer& buffer) Unflatten() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.cpp272 void GrD3DOpsRenderPass::onDrawIndirect(const GrBuffer* buffer, size_t offset, int drawCount) { in onDrawIndirect() argument
281 void GrD3DOpsRenderPass::onDrawIndexedIndirect(const GrBuffer* buffer, size_t offset, in onDrawIndexedIndirect() argument
/third_party/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp183 sk_sp<SkFlattenable> SkMatrixConvolutionImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
[all...]
H A DSkArithmeticImageFilter.cpp109 sk_sp<SkFlattenable> SkArithmeticImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp97 GrBuffer* buffer = fBlocks.back().fBuffer.get(); in deleteBlocks() local
126 GrBuffer* buffer = block.fBuffer.get(); in unmap() local
145 const GrBuffer* buffer = fBlocks.back().fBuffer.get(); in validate() local
150 const GrBuffer* buffer in validate() local
155 const GrBuffer* buffer = fBlocks[i].fBuffer.get(); validate() local
159 GrBuffer* buffer = fBlocks[i].fBuffer.get(); validate() local
189 makeSpace(size_t size, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset) makeSpace() argument
241 makeSpaceAtLeast(size_t minSize, size_t fallbackSize, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset, size_t* actualSize) makeSpaceAtLeast() argument
297 GrBuffer* buffer = block.fBuffer.get(); putBack() local
330 GrBuffer* buffer = prev.fBuffer.get(); createBlock() local
390 GrGpuBuffer* buffer = static_cast<GrGpuBuffer*>(block.fBuffer.get()); flushCpuData() local
427 makeSpace(size_t vertexSize, int vertexCount, sk_sp<const GrBuffer>* buffer, int* startVertex) makeSpace() argument
446 makeSpaceAtLeast(size_t vertexSize, int minVertexCount, int fallbackVertexCount, sk_sp<const GrBuffer>* buffer, int* startVertex, int* actualVertexCount) makeSpaceAtLeast() argument
480 makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, int* startIndex) makeSpace() argument
497 makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, sk_sp<const GrBuffer>* buffer, int* startIndex, int* actualIndexCount) makeSpaceAtLeast() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp30 const void *buffer; member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.cpp289 std::ostringstream buffer; in string() local
446 std::ostringstream buffer; in relativeString() local
463 std::ostringstream buffer; in relativeString() local
514 std::ostringstream buffer; string() local
1029 std::ostringstream buffer; string() local
[all...]
H A DVertexRoutine.cpp140 Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index) in readStream() argument
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c151 unsigned char *buffer; in ossl_drbg_get_seed() local
[all...]
/third_party/openssl/crypto/ts/
H A Dts_rsp_verify.c426 unsigned char buffer[4096]; in ts_compute_imprint() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp46 StringStream<> buffer; member in simple_json::Stream
/third_party/skia/third_party/externals/imgui/misc/fonts/
H A Dbinary_to_compressed_c.cpp140 static stb_uint stb_adler32(stb_uint adler32, stb_uchar *buffer, stb_uint buflen) in stb_adler32() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff_opt.c819 JOCTET *buffer; LOCAL() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c758 png_uint_16p buffer; in main() local
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngpread.c434 png_push_fill_buffer(png_structp png_ptr, png_bytep buffer, size_t length) in png_push_fill_buffer() argument
537 png_push_restore_buffer(png_structrp png_ptr, png_bytep buffer, in png_push_restore_buffer() argument
726 png_process_IDAT_data(png_structrp png_ptr, png_bytep buffer, in png_process_IDAT_data() argument
36 png_process_data(png_structrp png_ptr, png_inforp info_ptr, png_bytep buffer, size_t buffer_size) png_process_data() argument
[all...]

Completed in 29 milliseconds

1...<<211212213214215216217218219220>>...384