Home
last modified time | relevance | path

Searched refs:GetCurrentValueFormatID (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
Dformatutils.h437 angle::FormatID GetCurrentValueFormatID(VertexAttribType currentValueType);
Dformatutils.cpp2270 return GetCurrentValueFormatID(currentValueType); in GetVertexFormatID()
2275 angle::FormatID GetCurrentValueFormatID(VertexAttribType currentValueType) in GetCurrentValueFormatID() function
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp882 *formatOut = GetCurrentValueFormatID(defaultValue.Type); in setDefaultPackedInput()
Dvk_cache_utils.cpp2481 ? static_cast<uint32_t>(GetCurrentValueFormatID(gl::VertexAttribType::Float)) in OutputAllPipelineState()
3353 angle::FormatID defaultFormat = GetCurrentValueFormatID(gl::VertexAttribType::Float); in initDefaults()