Lines Matching defs:format
87 deUint32 format,
126 deUint32 format,
137 , m_format (format)
441 deUint32 format,
478 deUint32 format,
488 , m_format (format)
758 Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height);
781 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height)
784 , m_format (format)
893 TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size);
915 TextureCubeGenMipmapCase::TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size)
918 , m_format (format)
1094 deUint32 format;
1184 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); format++)
1191 name << formats[format].name;
1199 formats[format].format, formats[format].dataType, genHints[hint].hint,
1243 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); format++)
1248 name << formats[format].name
1251 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize));