Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformat_map_desktop.cpp49 bool ValidDesktopType(GLenum type) in ValidDesktopType() function
85 ASSERT(ValidDesktopFormat(format) && ValidDesktopType(type)); in ValidDesktopFormatCombination()
Dformatutils.h457 bool ValidDesktopType(GLenum type);
DvalidationES3.cpp280 if (!ValidDesktopType(type)) in ValidateTexImageFormatCombination()