Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
BufferWriter.h File Reference
#include "include/core/SkImageInfo.h"
#include "include/core/SkRect.h"
#include "include/private/SkColorData.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkDebug.h"
#include "include/private/base/SkTemplates.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkRectMemcpy.h"
#include "src/base/SkVx.h"
#include "src/core/SkConvertPixels.h"
#include <array>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

struct  skgpu::BufferWriter
 
struct  skgpu::BufferWriter::Mark
 
struct  skgpu::VertexWriter
 
struct  skgpu::VertexWriter::Conditional< T >
 
struct  skgpu::VertexWriter::Skip< T >
 
struct  skgpu::VertexWriter::ArrayDesc< T >
 
struct  skgpu::VertexWriter::RepeatDesc< kCount, T >
 
struct  skgpu::VertexWriter::is_quad< T >
 
struct  skgpu::VertexWriter::TriStrip< T >
 
struct  skgpu::VertexWriter::TriFan< T >
 
struct  skgpu::VertexWriter::is_quad< VertexWriter::TriStrip< T > >
 
struct  skgpu::VertexWriter::is_quad< VertexWriter::TriFan< T > >
 
class  skgpu::VertexColor
 
struct  skgpu::IndexWriter
 
struct  skgpu::UniformWriter
 
struct  skgpu::TextureUploadWriter
 

Namespaces

namespace  skgpu
 

Functions

template<typename T >
VertexWriterskgpu::operator<< (VertexWriter &w, const T &val)
 
template<typename T >
VertexWriterskgpu::operator<< (VertexWriter &w, const VertexWriter::Conditional< T > &val)
 
template<typename T >
VertexWriterskgpu::operator<< (VertexWriter &w, const VertexWriter::Skip< T > &val)
 
template<typename T >
VertexWriterskgpu::operator<< (VertexWriter &w, const VertexWriter::ArrayDesc< T > &array)
 
template<int kCount, typename T >
VertexWriterskgpu::operator<< (VertexWriter &w, const VertexWriter::RepeatDesc< kCount, T > &repeat)
 
template<>
VertexWriterskgpu::operator<< (VertexWriter &w, const skvx::float4 &vector)
 
template<typename T >
VertexWriterskgpu::operator<< (VertexWriter &&w, const T &val)
 
template<>
VertexWriterskgpu::operator<< (VertexWriter &w, const VertexColor &color)
 
IndexWriterskgpu::operator<< (IndexWriter &w, uint16_t val)
 
IndexWriterskgpu::operator<< (IndexWriter &w, int val)
 
template<typename T >
IndexWriterskgpu::operator<< (IndexWriter &&w, const T &val)