Home
last modified time | relevance | path

Searched refs:buffer (Results 2551 - 2575 of 6014) sorted by relevance

1...<<101102103104105106107108109110>>...241

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.h43 EGLint buffer) override;
44 egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DPbufferSurfaceCGL.h43 EGLint buffer) override;
44 egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DPbufferSurfaceEAGL.h43 EGLint buffer) override;
44 egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DWindowSurfaceGLX.h46 EGLint buffer) override;
47 egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) override;
H A DPixmapSurfaceGLX.h42 EGLint buffer) override;
43 egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) override;
H A DPbufferSurfaceGLX.h43 EGLint buffer) override;
44 egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) override;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBarrierUtil.hpp34 const VkBuffer buffer,
44 const VkBuffer buffer,
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dpng.cc52 std::vector<uint8_t>* buffer) { in ConvertToPNG()
78 if (lodepng::encode(*buffer, data, width, height, state) != 0) in ConvertToPNG()
49 ConvertToPNG(uint32_t width, uint32_t height, const std::vector<amber::Value>& values, std::vector<uint8_t>* buffer) ConvertToPNG() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dresource.h38 /// Records a command on |command_buffer| to copy the buffer contents from the
41 /// Records a command on |command_buffer| to copy the buffer contents from the
58 Result CreateVkBuffer(VkBuffer* buffer, VkBufferUsageFlags usage);
60 Result AllocateAndBindMemoryToVkBuffer(VkBuffer buffer,
71 /// this buffer have completed and are available to subsequent commands.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DImageMtl.h24 TextureImageSiblingMtl(EGLClientBuffer buffer);
27 static bool ValidateClientBuffer(const DisplayMtl *display, EGLClientBuffer buffer);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSurfaceNULL.cpp56 EGLint buffer) in bindTexImage()
61 egl::Error SurfaceNULL::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
54 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
H A DSurfaceNULL.h36 EGLint buffer) override;
37 egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) override;
/third_party/skia/src/gpu/vk/
H A DGrVkBuffer.h31 static void DestroyAndFreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer);
41 // If the buffer is a uniform buffer, return the descriptor set for that buffer. It is not valid
50 VkBuffer buffer,
H A DGrVkMemoryReclaimer.cpp37 bool GrVkMemoryReclaimer::addMemoryToWaitQueue(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer) in addMemoryToWaitQueue() argument
42 fWaitQueues.emplace_back(WaitQueueItem{.fGpu = gpu, .fAlloc = alloc, .fType = ItemType::BUFFER, .fBuffer = buffer}); in addMemoryToWaitQueue()
/third_party/skia/src/core/
H A DSkFontPriv.h78 static void Flatten(const SkFont&, SkWriteBuffer& buffer);
79 static bool Unflatten(SkFont*, SkReadBuffer& buffer);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexArray.cpp80 void VertexArray::setElementArrayBuffer(Buffer *buffer)
82 mElementArrayBuffer = buffer;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalAndroid.hpp65 static VkResult GetAndroidHardwareBufferProperties(VkDevice &device, const AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties);
80 VkResult importAndroidHardwareBuffer(AHardwareBuffer *buffer, void **pBuffer);
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebpi_dec.h10 // Internal header: WebP decoding parameters and custom IO on buffer
35 WebPDecBuffer* output; // output buffer.
58 const uint8_t* data; // input buffer
59 size_t data_size; // input buffer size
94 // Internal functions regarding WebPDecBuffer memory (in buffer.c).
97 // Prepare 'buffer' with the requested initial dimensions width/height.
98 // If no external storage is supplied, initializes buffer by allocating output
103 // output buffer. This takes cropping / scaling / rotation into account.
104 // Also incorporates the options->flip flag to flip the buffer parameters if
108 WebPDecBuffer* const buffer);
[all...]
/third_party/skia/third_party/externals/icu/source/samples/legacy/
H A Dnewcol.cpp31 // Very simple example code - sticks a sortkey in the buffer
33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_current() argument
39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_current()
H A Doldcol.cpp32 // Very simple example code - sticks a sortkey in the buffer
34 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_legacy() argument
40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_legacy()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.h87 UBool mappingHasCompBoundaryAfter(const BuilderReorderingBuffer &buffer,
90 UBool mappingRecomposes(const BuilderReorderingBuffer &buffer) const;
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dfilestrm.h63 T_FileStream_readLine(FileStream* fileStream, char* buffer, int32_t length);
66 T_FileStream_writeLine(FileStream* fileStream, const char* buffer);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
H A DWaveFileWriter.cpp30 void WaveFileWriter::write(float *buffer, int32_t startSample, int32_t numSamples) { in write() argument
32 write(buffer[startSample + i]); in write()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioRecordThread.java26 * Call processBuffer(buffer) when data is read.
152 public int readMostRecent(float[] buffer) { in readMostRecent() argument
153 return mCaptureBuffer.readMostRecent(buffer); in readMostRecent()
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.h60 ResultWithValue<int32_t> write(const void *buffer,
64 ResultWithValue<int32_t> read(void *buffer,

Completed in 9 milliseconds

1...<<101102103104105106107108109110>>...241