Lines Matching refs:topleft
6344 bool getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, PixelData bottomleft,
8365 * @param topleft Instance of _pixel_data describing top-left corner.
8372 bool RequiredCase::getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright,
8377 GLenum internalformat = topleft.data_internalformat;
8381 const PixelData* pixels[] = { &bottomleft, &bottomright, &topleft, &topright };
8383 GLenum type = topleft.data_type;
8386 DE_ASSERT(topleft.data_internalformat == topright.data_internalformat);
8387 DE_ASSERT(topleft.data_internalformat == bottomleft.data_internalformat);
8388 DE_ASSERT(topleft.data_internalformat == bottomright.data_internalformat);
8389 DE_ASSERT(topleft.data_type == topright.data_type);
8390 DE_ASSERT(topleft.data_type == bottomleft.data_type);
8391 DE_ASSERT(topleft.data_type == bottomright.data_type);