Lines Matching defs:format
136 deUint32 format,
175 deUint32 format,
186 , m_format (format)
485 deUint32 format,
522 deUint32 format,
532 , m_format (format)
794 Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height);
817 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height)
820 , m_format (format)
928 TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size);
950 TextureCubeGenMipmapCase::TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size)
953 , m_format (format)
1089 deUint32 format,
1117 Texture3DMipmapCase::Texture3DMipmapCase (Context& context, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 format, int width, int height, int depth)
1124 , m_internalFormat (format)
1463 const deUint32 format = GL_RGBA8;
1466 m_texture = new glu::Texture2D(m_context.getRenderContext(), format, m_texWidth, m_texHeight);
1763 const deUint32 format = GL_RGBA8;
1766 m_texture = new glu::TextureCube(m_context.getRenderContext(), format, m_texSize);
2082 const deUint32 format = GL_RGBA8;
2083 const tcu::TextureFormat& texFmt = glu::mapGLInternalFormat(format);
2089 m_texture = new glu::Texture3D(m_context.getRenderContext(), format, m_texWidth, m_texHeight, m_texDepth);
2406 deUint32 format;
2523 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); format++)
2530 name << formats[format].name;
2538 formats[format].format, formats[format].dataType, genHints[hint].hint,
2599 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); format++)
2604 name << formats[format].name
2607 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize));