Searched refs:ST_MUTABLE (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageOperations.cpp | 235 … << "] and " << ((storType == ST_MUTABLE) ? TextureCubeMapArrayImageOpCompute::m_mutable_storage : in checkResults() 294 if (storType == ST_MUTABLE) in configureTexture() 597 …configureTexture<glw::GLfloat>(m_context, &m_image_read_to_id, width, height, depth, ST_MUTABLE, G… in iterate() 599 configureTexture<glw::GLfloat>(m_context, &m_image_write_to_id, width, height, depth, ST_MUTABLE, in iterate() 602 …configureTexture<glw::GLint>(m_context, &m_iimage_read_to_id, width, height, depth, ST_MUTABLE, GL… in iterate() 604 …configureTexture<glw::GLint>(m_context, &m_iimage_write_to_id, width, height, depth, ST_MUTABLE, G… in iterate() 607 configureTexture<glw::GLuint>(m_context, &m_uimage_read_to_id, width, height, depth, ST_MUTABLE, in iterate() 609 configureTexture<glw::GLuint>(m_context, &m_uimage_write_to_id, width, height, depth, ST_MUTABLE, in iterate() 634 m_n_components, GL_RGBA, GL_FLOAT, ST_MUTABLE, &floatData[0])) in iterate() 640 m_n_components, GL_RGBA_INTEGER, GL_INT, ST_MUTABLE, &intData[0])) in iterate() [all …]
|
D | esextcTextureCubeMapArrayTests.cpp | 86 "Test 7.1 filterable internalformat - mutable storage", ST_MUTABLE)); in init() 95 "Test 7.2 non-filterable format - mutable storage", ST_MUTABLE)); in init()
|
D | esextcTextureCubeMapArrayImageTextureSize.cpp | 166 if (!isMutableTextureTestable() && (STORAGE_TYPE)i == ST_MUTABLE) in iterate() 493 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) << "\n" in checkResults() 505 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) in checkResults() 1195 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) << "\n" in checkResults() 1216 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) in checkResults() 1671 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) << "\n" in checkResults()
|
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 276 if (m_storage_type == ST_MUTABLE) in initTest() 620 if (m_storage_type == ST_MUTABLE) in initTest()
|
D | esextcTextureCubeMapArraySubImage3D.cpp | 327 if (storType == ST_MUTABLE) in configureCubeMapArrayTexture()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 56 ST_MUTABLE, /* Mutable Storage */ enumerator
|