Home | History | Annotate | Download | only in functional

Lines Matching refs:isCompressed

470 	const bool	isCompressed			= glu::isCompressedFormat(format);
475 if (isLuminanceOrAlpha || isUnsizedColorFormat || isCompressed)
2384 const bool isCompressed = glu::isCompressedFormat(format);
2403 const char* const sizePotName = (!isCompressed) ? ("size_pot") : ("size_tile_multiple");
2404 const char* const sizeNpotName = (!isCompressed) ? ("size_npot") : ("size_not_tile_multiple");