| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | RobustResourceInitTest.cpp | 374 GLBuffer buffer; in TEST_P() local 424 GLBuffer buffer; in TEST_P() local 939 GLBuffer buffer; in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | ContextVk.h | 1234 endRenderPassIfTransformFeedbackBuffer( const vk::BufferHelper *buffer) endRenderPassIfTransformFeedbackBuffer() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
| H A D | libGLESv1_CM.cpp | 218 void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer() argument 519 GLboolean GL_APIENTRY glIsBuffer(GLuint buffer) in glIsBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_0_autogen.cpp | 77 void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer) in GL_BindBufferBase() argument 104 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange() argument 249 void GL_APIENTRY GL_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in GL_ClearBufferfi() argument 274 GL_ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value) GL_ClearBufferfv() argument 299 GL_ClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value) GL_ClearBufferiv() argument 324 GL_ClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value) GL_ClearBufferuiv() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkBlurMF.cpp | 570 sk_sp<SkFlattenable> SkBlurMaskFilterImpl::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
| H A D | SkMatrix.cpp | 65 SkMatrix& SkMatrix::set9(const SkScalar buffer[]) { in set9() argument 71 SkMatrix& SkMatrix::setAffine(const SkScalar buffer[]) { in setAffine() argument 1610 readFromMemory(const void* buffer, size_t length) readFromMemory() argument [all...] |
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DGpu.cpp | 1265 sk_sp<GrD3DBuffer> buffer = GrD3DBuffer::Make(this, sizeInBytes, type, accessPattern); in onCreateBuffer() local 571 onReadPixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType dstColorType, void* buffer, size_t rowBytes) onReadPixels() argument 1667 addBufferResourceBarriers(GrD3DBuffer* buffer, int numBarriers, D3D12_RESOURCE_TRANSITION_BARRIER* barriers) const addBufferResourceBarriers() argument 1699 takeOwnershipOfBuffer(sk_sp<GrGpuBuffer> buffer) takeOwnershipOfBuffer() argument [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkLightingImageFilter.cpp | 83 static SkPoint3 read_point3(SkReadBuffer& buffer) { in read_point3() argument 94 static void write_point3(const SkPoint3& point, SkWriteBuffer& buffer) { in write_point3() argument 134 SkImageFilterLight(SkReadBuffer& buffer) SkImageFilterLight() argument 895 SkDistantLight(SkReadBuffer& buffer) SkDistantLight() argument 962 SkPointLight(SkReadBuffer& buffer) SkPointLight() argument 1062 SkSpotLight(SkReadBuffer& buffer) SkSpotLight() argument 1139 UnflattenLight(SkReadBuffer& buffer) UnflattenLight() argument 1247 CreateProc(SkReadBuffer& buffer) CreateProc() argument 1386 CreateProc(SkReadBuffer& buffer) CreateProc() argument [all...] |
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnGpu.cpp | 554 void GrDawnGpu::takeOwnershipOfBuffer(sk_sp<GrGpuBuffer> buffer) { in takeOwnershipOfBuffer() argument 928 GrDawnBuffer* buffer in moveStagingBuffersToBusyAndMapAsync() local 620 onReadPixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType dstColorType, void* buffer, size_t rowBytes) onReadPixels() argument [all...] |
| /third_party/skia/src/gpu/ |
| H A D | SurfaceContext.cpp | 673 Plane(sk_sp<GrGpuBuffer> buffer, size_t rowBytes) in Plane() argument 1270 auto buffer = direct->priv().resourceProvider()->createBuffer( in transferPixels() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Program.cpp | 39 char buffer[20]; in str() local 2730 void Program::getInfoLog(GLsizei bufSize, GLsizei *length, char *buffer) in getInfoLog() argument [all...] |
| H A D | libGLESv3.cpp | 835 es2::Buffer *buffer = nullptr; in UnmapBuffer() local 873 es2::Buffer *buffer = nullptr; in GetBufferPointerv() local 1356 es2::Buffer *buffer = nullptr; MapBufferRange() local 1410 es2::Buffer *buffer = nullptr; FlushMappedBufferRange() local 1668 BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) BindBufferRange() argument 1714 BindBufferBase(GLenum target, GLuint index, GLuint buffer) BindBufferBase() argument 2264 ClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value) ClearBufferiv() argument 2301 ClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value) ClearBufferuiv() argument 2328 ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value) ClearBufferfv() argument 2365 ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) ClearBufferfi() argument 3059 es2::Buffer *buffer = nullptr; GetBufferParameteri64v() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | PixelRoutine.cpp | 343 Pointer<Byte> buffer = sBuffer + x; in stencilTest() local 427 Pointer<Byte> buffer = zBuffer + 4 * x; in depthTest32F() local 499 Pointer<Byte> buffer = zBuffer + 2 * x; in depthTest16() local 604 Pointer<Byte> buffer = zBuffer + 2 * x; depthBoundsTest16() local 625 Pointer<Byte> buffer = zBuffer + 4 * x; depthBoundsTest32F() local 690 Pointer<Byte> buffer = zBuffer + 4 * x; writeDepth32F() local 717 Pointer<Byte> buffer = zBuffer + 2 * x; writeDepth16() local 801 Pointer<Byte> buffer = sBuffer + x; writeStencil() local 945 Pointer<Byte> buffer = cBuffer; readPixel() local 1522 Pointer<Byte> buffer = cBuffer; writeColor() local 2280 Pointer<Byte> buffer = cBuffer; alphaBlend() local 2655 Pointer<Byte> buffer = cBuffer; writeColor() local [all...] |
| H A D | SamplerCore.cpp | 457 Pointer<Byte> buffer; in sampleQuad2D() local 659 Pointer<Byte> buffer; in sample3D() local 903 Pointer<Byte> buffer; sampleFloat2D() local 996 Pointer<Byte> buffer; sampleFloat3D() local 1420 sampleTexel(UInt index[4], Pointer<Byte> buffer) sampleTexel() argument 1725 sampleTexel(Short4 &uuuu, Short4 &vvvv, Short4 &wwww, const Short4 &layerIndex, Vector4i &offset, const Int4 &sample, Pointer<Byte> &mipmap, Pointer<Byte> buffer, SamplerFunction function) sampleTexel() argument 1874 sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &dRef, const Int4 &sample, Pointer<Byte> &mipmap, Pointer<Byte> buffer, SamplerFunction function) sampleTexel() argument 2138 selectMipmap(const Pointer<Byte> &texture, Pointer<Byte> &mipmap, Pointer<Byte> &buffer, const Float &lod, bool secondLOD) selectMipmap() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | PixelProcessor.cpp | 156 void PixelProcessor::setUniformBuffer(int index, sw::Resource* buffer, int offset) in setUniformBuffer() argument
|
| H A D | Surface.hpp | 232 void *buffer; member
|
| H A D | VertexProcessor.cpp | 188 void VertexProcessor::setUniformBuffer(int index, sw::Resource* buffer, int offset) in setUniformBuffer() argument 203 void VertexProcessor::setTransformFeedbackBuffer(int index, sw::Resource* buffer, int offset, unsigned int reg, unsigned int row, unsigned int col, unsigned int stride) in setTransformFeedbackBuffer() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | SamplerCore.cpp | 748 Pointer<Byte> buffer[4]; in sampleQuad2D() local 942 Pointer<Byte> buffer[4]; in sample3D() local 1218 Pointer<Byte> buffer[4]; sampleFloat2D() local 1286 Pointer<Byte> buffer[4]; sampleFloat3D() local 1745 sampleTexel(UInt index[4], Pointer<Byte> buffer[4]) sampleTexel() argument 2006 sampleTexel(Short4 &uuuu, Short4 &vvvv, Short4 &wwww, Vector4f &offset, Pointer<Byte> &mipmap, Pointer<Byte> buffer[4], SamplerFunction function) sampleTexel() argument 2115 sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &z, Pointer<Byte> &mipmap, Pointer<Byte> buffer[4], SamplerFunction function) sampleTexel() argument 2235 selectMipmap(Pointer<Byte> &texture, Pointer<Byte> buffer[4], Pointer<Byte> &mipmap, Float &lod, Int face[4], bool secondLOD) selectMipmap() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkCommandBuffer.cpp | 203 CmdDispatchIndirect(vk::Buffer *buffer, VkDeviceSize offset) in CmdDispatchIndirect() argument 226 const vk::Buffer *const buffer; member in __anon22994::CmdDispatchIndirect::vk 233 CmdVertexBufferBind(uint32_t binding, vk::Buffer *buffer, const VkDeviceSize offset) in CmdVertexBufferBind() argument 249 vk::Buffer *const buffer; member in __anon22994::CmdVertexBufferBind::vk 256 CmdIndexBufferBind(vk::Buffer *buffer, const VkDeviceSize offset, const VkIndexType indexType) CmdIndexBufferBind() argument 272 vk::Buffer *const buffer; global() member in __anon22994::CmdIndexBufferBind::vk 575 CmdDrawIndirect(vk::Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) CmdDrawIndirect() argument 595 const vk::Buffer *const buffer; global() member in __anon22994::CmdDrawIndirect::vk 604 CmdDrawIndexedIndirect(vk::Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) CmdDrawIndexedIndirect() argument 624 const vk::Buffer *const buffer; global() member in __anon22994::CmdDrawIndexedIndirect::vk 1505 bindIndexBuffer(Buffer *buffer, VkDeviceSize offset, VkIndexType indexType) bindIndexBuffer() argument 1515 dispatchIndirect(Buffer *buffer, VkDeviceSize offset) dispatchIndirect() argument 1703 drawIndirect(Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndirect() argument 1708 drawIndexedIndirect(Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndexedIndirect() argument [all...] |
| H A D | VkImage.cpp | 548 void Image::copy(Buffer *buffer, const VkBufferImageCopy2KHR ®ion, bool bufferIsSource) in copy() argument
|
| /third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
| H A D | unittests.cpp | 2257 EGLSurface createIOSurfacePbuffer(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type) const in createIOSurfacePbuffer() argument 2284 void bindIOSurfaceToTexture(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer, GLuint *texture) const in bindIOSurfaceToTexture() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | main.cpp | 234 vector<uint32_t> buffer; in read_spirv_file_stdin() local [all...] |
| H A D | spirv_glsl.hpp | 442 StringStream<> buffer; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | turbojpeg.c | 479 static unsigned char buffer[1]; in _tjInitCompress() local 1153 static unsigned char buffer[1]; in _tjInitDecompress() local 2151 DLLEXPORT int tjSaveImage(const char *filename, unsigned char *buffer, in tjSaveImage() argument [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | pngimage.c | 369 png_byte buffer[1024]; /* the actual buffer */ member 372 struct buffer struct 382 buffer_init(struct buffer *buffer) in buffer_init() argument 402 buffer_destroy(struct buffer *buffer) buffer_destroy() argument 411 buffer_start_write(struct buffer *buffer) buffer_start_write() argument 420 buffer_start_read(struct buffer *buffer) buffer_start_read() argument 459 buffer_from_file(struct buffer *buffer, FILE *fp) buffer_from_file() argument 1269 buffer_write(struct display *dp, struct buffer *buffer, png_bytep data, size_t size) buffer_write() argument [all...] |