Searched refs:goodType (Results 1 – 1 of 1) sorted by relevance
384 #define KNOWN_GOOD_READ_PIXELS_COMBINATION(goodFormat, goodType) \ in shouldUseReadPixels() argument385 if (format == goodFormat && type == goodType) return true; in shouldUseReadPixels()