Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformat_map_autogen.cpp609 bool ValidES3Type(GLenum type) in ValidES3Type() function
641 ASSERT(ValidES3Format(format) && ValidES3Type(type)); in ValidES3FormatCombination()
Dformatutils.h514 bool ValidES3Type(GLenum type);
DvalidationESEXT.cpp42 if (!ValidES3Type(type) && (type != implType || type == GL_NONE)) in ValidateGetImageFormatAndType()
DvalidationES3.cpp337 if (!ValidES3Type(type) || (type == GL_HALF_FLOAT_OES && context->isWebGL())) in ValidateTexImageFormatCombination()