Searched refs:ST_MUTABLE (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayTests.cpp86 "Test 7.1 filterable internalformat - mutable storage", ST_MUTABLE));
95 "Test 7.2 non-filterable format - mutable storage", ST_MUTABLE));
H A DesextcTextureCubeMapArrayImageOperations.cpp224 << "] and " << ((storType == ST_MUTABLE) ? TextureCubeMapArrayImageOpCompute::m_mutable_storage :
283 if (storType == ST_MUTABLE)
567 configureTexture<glw::GLfloat>(m_context, &m_image_read_to_id, width, height, depth, ST_MUTABLE, GL_RGBA32F,
569 configureTexture<glw::GLfloat>(m_context, &m_image_write_to_id, width, height, depth, ST_MUTABLE,
572 configureTexture<glw::GLint>(m_context, &m_iimage_read_to_id, width, height, depth, ST_MUTABLE, GL_RGBA32I,
574 configureTexture<glw::GLint>(m_context, &m_iimage_write_to_id, width, height, depth, ST_MUTABLE, GL_RGBA32I,
577 configureTexture<glw::GLuint>(m_context, &m_uimage_read_to_id, width, height, depth, ST_MUTABLE,
579 configureTexture<glw::GLuint>(m_context, &m_uimage_write_to_id, width, height, depth, ST_MUTABLE,
604 m_n_components, GL_RGBA, GL_FLOAT, ST_MUTABLE, &floatData[0]))
610 m_n_components, GL_RGBA_INTEGER, GL_INT, ST_MUTABLE,
[all...]
H A DesextcTextureCubeMapArrayImageTextureSize.cpp166 if (!isMutableTextureTestable() && (STORAGE_TYPE)i == ST_MUTABLE)
493 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) << "\n"
505 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage)
1195 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) << "\n"
1216 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage)
1671 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) << "\n"
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp276 if (m_storage_type == ST_MUTABLE)
620 if (m_storage_type == ST_MUTABLE)
H A DesextcTextureCubeMapArraySubImage3D.cpp327 if (storType == ST_MUTABLE)
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.hpp55 ST_MUTABLE, /* Mutable Storage */ enumerator in enum:glcts::STORAGE_TYPE

Completed in 1180 milliseconds