Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTypesPriv.h206 enum GrVertexAttribType { enum
227 static inline int GrVertexAttribTypeVectorCount(GrVertexAttribType type) { in GrVertexAttribTypeVectorCount()
247 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) { in GrVertexAttribTypeSize()
276 static inline bool GrVertexAttribTypeIsIntType(GrVertexAttribType type) { in GrVertexAttribTypeIsIntType()
277 SkASSERT(type >= 0 && type < static_cast<GrVertexAttribType>(kGrVertexAttribTypeCount)); in GrVertexAttribTypeIsIntType()
295 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) { in GrVertexAttribTypeToSLType()
/external/skia/src/gpu/gl/
DGrGLVertexArray.h45 GrVertexAttribType type,
91 GrVertexAttribType fType;
DGrGLVertexArray.cpp42 GrVertexAttribType type, in set()
DGrGLGpu.cpp1873 GrVertexAttribType attribType = attrib.fType; in setupGeometry()
/external/skia/src/gpu/
DGrPrimitiveProcessor.h165 Attribute(const char* name, GrVertexAttribType type,
172 GrVertexAttribType fType;
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp18 static inline const VkFormat& attrib_type_to_vkformat(GrVertexAttribType type) { in attrib_type_to_vkformat()
59 GrVertexAttribType attribType = attrib.fType; in setup_vertex_input_state()