Home
last modified time | relevance | path

Searched refs:GrVertexAttribType (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.h56 GrVertexAttribType cpuType, in Attribute()
66 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
78 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType;
303 static constexpr inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) { in GrVertexAttribTypeSize()
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.h43 GrVertexAttribType cpuType,
83 GrVertexAttribType fCPUType;
DGrGLVertexArray.cpp21 static AttribLayout attrib_layout(GrVertexAttribType type) { in attrib_layout()
82 GrVertexAttribType cpuType, in set()
DGrGLProgram.h39 GrVertexAttribType fCPUType;
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.h43 GrVertexAttribType cpuType,
83 GrVertexAttribType fCPUType;
DGrGLVertexArray.cpp21 static AttribLayout attrib_layout(GrVertexAttribType type) { in attrib_layout()
88 GrVertexAttribType cpuType, in set()
DGrGLProgram.h36 GrVertexAttribType fCPUType;
/third_party/skia/src/gpu/
DGrGeometryProcessor.h68 GrVertexAttribType cpuType, in Attribute()
80 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
92 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType;
529 static constexpr inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) { in GrVertexAttribTypeSize()
/third_party/flutter/skia/src/gpu/ccpr/
DGrVSCoverageProcessor.cpp503 GrVertexAttribType xyAttribType; in reset()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm83 static inline MTLVertexFormat attribute_type_to_mtlformat(GrVertexAttribType type) {
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp248 static dawn::VertexFormat to_dawn_vertex_format(GrVertexAttribType type) { in to_dawn_vertex_format()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp23 static inline VkFormat attrib_type_to_vkformat(GrVertexAttribType type) { in attrib_type_to_vkformat()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp177 static DXGI_FORMAT attrib_type_to_format(GrVertexAttribType type) { in attrib_type_to_format()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp21 static inline VkFormat attrib_type_to_vkformat(GrVertexAttribType type) { in attrib_type_to_vkformat()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp151 static wgpu::VertexFormat to_dawn_vertex_format(GrVertexAttribType type) { in to_dawn_vertex_format()
/third_party/skia/include/private/
DGrTypesPriv.h622 enum GrVertexAttribType { enum
/third_party/flutter/skia/include/private/
DGrTypesPriv.h625 enum GrVertexAttribType { enum
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm100 static inline MTLVertexFormat attribute_type_to_mtlformat(GrVertexAttribType type) {