HomeSort by relevance Sort by last modified time
    Searched refs:ST_MUTABLE (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayTests.cpp 86 "Test 7.1 filterable internalformat - mutable storage", ST_MUTABLE));
95 "Test 7.2 non-filterable format - mutable storage", ST_MUTABLE));
esextcTextureCubeMapArrayImageOperations.cpp 224 << "] 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, &intData[0])
    [all...]
esextcTextureCubeMapArrayImageTextureSize.cpp 166 if (!isMutableTextureTestable() && (STORAGE_TYPE)i == ST_MUTABLE)
493 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage) << "\n"
505 << "Storage Type: " << ((storType == ST_MUTABLE) ? mutableStorage : imMutableStorage)
    [all...]
esextcTextureCubeMapArrayGenerateMipMap.cpp 276 if (m_storage_type == ST_MUTABLE)
620 if (m_storage_type == ST_MUTABLE)
esextcTextureCubeMapArraySubImage3D.cpp 327 if (storType == ST_MUTABLE)
  /external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.hpp 55 ST_MUTABLE, /* Mutable Storage */

Completed in 459 milliseconds