Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrGeometryProcessor.h35 wideColor ? kHalf4_GrVertexAttribType : kUByte4_norm_GrVertexAttribType, in MakeColorAttribute()
DGrPrimitiveProcessor.h319 case kHalf4_GrVertexAttribType: in GrVertexAttribTypeSize()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathProcessor.h91 {"color", kHalf4_GrVertexAttribType, kHalf4_GrSLType}
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.cpp37 case kHalf4_GrVertexAttribType: in attrib_layout()
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp35 case kHalf4_GrVertexAttribType: in attrib_layout()
/third_party/flutter/skia/bench/
DVertexColorSpaceBench.cpp52 fInColor = {"inColor", kHalf4_GrVertexAttribType, kHalf4_GrSLType}; in GP()
/third_party/skia/bench/
DVertexColorSpaceBench.cpp117 fInColor = {"inColor", kHalf4_GrVertexAttribType, kHalf4_GrSLType}; in GP()
/third_party/skia/src/gpu/
DGrGeometryProcessor.h543 case kHalf4_GrVertexAttribType: in GrVertexAttribTypeSize()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm101 case kHalf4_GrVertexAttribType:
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp260 case kHalf4_GrVertexAttribType: in to_dawn_vertex_format()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp37 case kHalf4_GrVertexAttribType: in attrib_type_to_vkformat()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp191 case kHalf4_GrVertexAttribType: in attrib_type_to_format()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp37 case kHalf4_GrVertexAttribType: in attrib_type_to_vkformat()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp162 case kHalf4_GrVertexAttribType: in to_dawn_vertex_format()
/third_party/skia/include/private/
DGrTypesPriv.h629 kHalf4_GrVertexAttribType, enumerator
/third_party/flutter/skia/include/private/
DGrTypesPriv.h617 kHalf4_GrVertexAttribType, enumerator
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm118 case kHalf4_GrVertexAttribType:
/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp1103 fColor = {"color", kHalf4_GrVertexAttribType, kHalf4_GrSLType}; in initializeAttrs()