Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPrimitiveProcessor.h56 GrVertexAttribType cpuType, in Attribute()
66 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
78 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType;
311 static constexpr inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) { in GrVertexAttribTypeSize()
/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/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.h37 GrVertexAttribType fCPUType;
/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/ccpr/
DGrVSCoverageProcessor.cpp504 GrVertexAttribType xyAttribType; in reset()
/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.cpp21 static inline VkFormat attrib_type_to_vkformat(GrVertexAttribType type) { in attrib_type_to_vkformat()
/external/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp176 static wgpu::VertexFormat to_dawn_vertex_format(GrVertexAttribType type) { in to_dawn_vertex_format()
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm126 static inline MTLVertexFormat attribute_type_to_mtlformat(GrVertexAttribType type) {
/external/skqp/include/private/
DGrTypesPriv.h737 enum GrVertexAttribType { enum
/external/skia/include/private/
DGrTypesPriv.h562 enum GrVertexAttribType { enum