Lines Matching refs:transferFmt
1047 TextureFormat transferFmt;
1058 transferFmt = glu::mapGLTransferFormat(format, type);
1059 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST ||
1060 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1083 ConstPixelBufferAccess src = getUnpack2DAccess(transferFmt, width, 1, unpackPtr);
1119 ConstPixelBufferAccess src = getUnpack2DAccess(transferFmt, width, height, unpackPtr);
1161 ConstPixelBufferAccess src = getUnpack2DAccess(transferFmt, width, height, unpackPtr);
1200 ConstPixelBufferAccess src = getUnpack3DAccess(transferFmt, width, height, depth, unpackPtr);
1239 ConstPixelBufferAccess src = getUnpack3DAccess(transferFmt, width, height, depth, unpackPtr);
1279 ConstPixelBufferAccess src = getUnpack3DAccess(transferFmt, width, height, depth, unpackPtr);
1314 TextureFormat transferFmt = glu::mapGLTransferFormat(format, type);
1315 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST ||
1316 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1318 ConstPixelBufferAccess src = getUnpack3DAccess(transferFmt, width, height, depth, getPixelUnpackPtr(data));
4633 TextureFormat transferFmt;
4636 transferFmt = glu::mapGLTransferFormat(format, type);
4637 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST ||
4638 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
4646 PixelBufferAccess dst(transferFmt, width, height, 1, deAlign32(width*transferFmt.getPixelSize(), m_pixelPackAlignment), 0, getPixelPackPtr(data));