Searched refs:minTextureSize (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsMemoryStressCase.hpp | 50 int minTextureSize; member 61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useUnusedData, bool clearAfterOOM, const char* name, const char* desc);
|
H A D | glsMemoryStressCase.cpp | 578 int width = rnd.getInt(m_config.minTextureSize, m_config.maxTextureSize); in allocateTexture() 579 int height = rnd.getInt(m_config.minTextureSize, m_config.maxTextureSize); in allocateTexture() 800 MemoryStressCase::MemoryStressCase (tcu::TestContext& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useUnusedData, bool clearAfterOOM, const char* name, const char* desc) in MemoryStressCase() argument 811 m_config.minTextureSize = minTextureSize; in MemoryStressCase()
|
Completed in 2 milliseconds