Home | History | Annotate | Download | only in opengl

Lines Matching refs:texFormat

42  * \param texFormat Generic texture format.
45 TransferFormat getTransferFormat (tcu::TextureFormat texFormat)
53 switch (texFormat.type)
70 switch (texFormat.order)
89 switch (texFormat.type)
112 case TextureFormat::UNSIGNED_INT_24_8: type = texFormat.order == TextureFormat::D
129 * \param texFormat Generic texture format.
132 deUint32 getInternalFormat (tcu::TextureFormat texFormat)
140 switch (PACK_FMT(texFormat.order, texFormat.type))