Searched refs:cubeMapSize (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 720 const int cubeMapSize = 64; in init() local 747 GL_RGBA, GL_UNSIGNED_BYTE, cubeMapSize)); in init()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 708 const int cubeMapSize = 64; in init() local 735 GL_RGBA, GL_UNSIGNED_BYTE, cubeMapSize)); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureMipmapTests.cpp | 1206 const int cubeMapSize = 64; in init() local 1234 GL_RGBA, GL_UNSIGNED_BYTE, cubeMapSize)); in init() 1251 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize)); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 2454 const int cubeMapSize = 64; in init() local 2590 GL_RGBA, GL_UNSIGNED_BYTE, cubeMapSize)); in init() 2607 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 3058 const int cubeMapSize = 64; 3295 testParameters.size = cubeMapSize;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 3060 const int cubeMapSize = 64; 3294 testParameters.size = cubeMapSize;
|
Completed in 20 milliseconds