Searched refs:ValidES3Type (Results 1 – 4 of 4) sorted by relevance
609 bool ValidES3Type(GLenum type) in ValidES3Type() function641 ASSERT(ValidES3Format(format) && ValidES3Type(type)); in ValidES3FormatCombination()
514 bool ValidES3Type(GLenum type);
42 if (!ValidES3Type(type) && (type != implType || type == GL_NONE)) in ValidateGetImageFormatAndType()
337 if (!ValidES3Type(type) || (type == GL_HALF_FLOAT_OES && context->isWebGL())) in ValidateTexImageFormatCombination()