Home | History | Annotate | Download | only in functional

Lines Matching refs:deUint32

53 							Texture2DSizeCase		(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
66 deUint32 m_format;
67 deUint32 m_dataType;
76 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
125 deUint32 wrapS = GL_CLAMP_TO_EDGE;
126 deUint32 wrapT = GL_CLAMP_TO_EDGE;
127 deUint32 minFilter = m_useMipmaps ? GL_NEAREST_MIPMAP_NEAREST : GL_NEAREST;
128 deUint32 magFilter = GL_NEAREST;
168 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
183 deUint32 m_format;
184 deUint32 m_dataType;
196 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps)
264 RandomViewport viewport (m_renderCtx.getRenderTarget(), 128, 128, deStringHash(getName())+(deUint32)face);
268 deUint32 wrapS = GL_CLAMP_TO_EDGE;
269 deUint32 wrapT = GL_CLAMP_TO_EDGE;
270 deUint32 minFilter = m_useMipmaps ? GL_NEAREST_MIPMAP_NEAREST : GL_NEAREST;
271 deUint32 magFilter = GL_NEAREST;
363 deUint32 format;
364 deUint32 dataType;