Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPrimitiveProcessor.h57 GrVertexAttribType cpuType, in Attribute()
67 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
79 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType;
301 static constexpr inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) { in GrVertexAttribTypeSize()
DGrDefaultGeoProcFactory.cpp358 GrVertexAttribType indicesCPUType = kByte4_GrVertexAttribType; in DefaultGeoProc()
/external/skqp/src/gpu/gl/
DGrGLVertexArray.h43 GrVertexAttribType cpuType,
81 GrVertexAttribType fCPUType;
DGrGLVertexArray.cpp20 static AttribLayout attrib_layout(GrVertexAttribType type) { in attrib_layout()
84 GrVertexAttribType cpuType, in set()
DGrGLProgram.h36 GrVertexAttribType fCPUType;
/external/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;
/external/skia/src/gpu/
DGrGeometryProcessor.h55 GrVertexAttribType cpuType, in Attribute()
67 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
79 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType;
316 static constexpr inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) { in GrVertexAttribTypeSize()
/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_VSImpl.cpp498 GrVertexAttribType xyAttribType; in initVS()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm87 static inline MTLVertexFormat attribute_type_to_mtlformat(GrVertexAttribType type) {
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp17 static inline VkFormat attrib_type_to_vkformat(GrVertexAttribType type) { in attrib_type_to_vkformat()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp23 static inline VkFormat attrib_type_to_vkformat(GrVertexAttribType type) { in attrib_type_to_vkformat()
/external/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp182 static DXGI_FORMAT attrib_type_to_format(GrVertexAttribType type) { in attrib_type_to_format()
/external/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp150 static wgpu::VertexFormat to_dawn_vertex_format(GrVertexAttribType type) { in to_dawn_vertex_format()
/external/skqp/include/private/
DGrTypesPriv.h737 enum GrVertexAttribType { enum
/external/skia/include/private/
DGrTypesPriv.h656 enum GrVertexAttribType { enum
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm100 static inline MTLVertexFormat attribute_type_to_mtlformat(GrVertexAttribType type) {