Searched refs:fboTexType (Results 1 – 2 of 2) sorted by relevance
50 bool readPixelsFboFormatMatch(GLenum format, GLenum type, GLenum fboTexType);
291 bool readPixelsFboFormatMatch(GLenum, GLenum type, GLenum fboTexType) { in readPixelsFboFormatMatch() argument293 if (type == x && fboTexType == y) return false; \ in readPixelsFboFormatMatch()294 if (type == y && fboTexType == x) return false; \ in readPixelsFboFormatMatch()