Home
last modified time | relevance | path

Searched refs:GetVertexAttributeComponentType (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DVertexArray.cpp408 ComponentType componentType = GetVertexAttributeComponentType(pureInteger, type); in setVertexAttribFormat()
530 ComponentType componentType = GetVertexAttributeComponentType(true, type); in setVertexAttribIPointer()
Dformatutils.h423 ANGLE_INLINE ComponentType GetVertexAttributeComponentType(bool pureInteger, VertexAttribType type) in GetVertexAttributeComponentType() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp736 GetVertexAttributeComponentType(angleFormat.isPureInt(), angleFormat.vertexAttribType); in initializePipeline()