Home
last modified time | relevance | path

Searched refs:ST_IMMUTABLE (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageOperations.cpp628 …configureTexture<glw::GLfloat>(m_context, &m_image_read_to_id, width, height, depth, ST_IMMUTABLE,… in iterate()
630 …ture<glw::GLfloat>(m_context, &m_image_write_to_id, width, height, depth, ST_IMMUTABLE, GL_RGBA32F, in iterate()
633 …configureTexture<glw::GLint>(m_context, &m_iimage_read_to_id, width, height, depth, ST_IMMUTABLE, … in iterate()
635 …configureTexture<glw::GLint>(m_context, &m_iimage_write_to_id, width, height, depth, ST_IMMUTABLE,… in iterate()
638 …configureTexture<glw::GLuint>(m_context, &m_uimage_read_to_id, width, height, depth, ST_IMMUTABLE,… in iterate()
640 …ure<glw::GLuint>(m_context, &m_uimage_write_to_id, width, height, depth, ST_IMMUTABLE, GL_RGBA32UI, in iterate()
665 m_n_components, GL_RGBA, GL_FLOAT, ST_IMMUTABLE, &floatData[0])) in iterate()
671 m_n_components, GL_RGBA_INTEGER, GL_INT, ST_IMMUTABLE, &intData[0])) in iterate()
677 m_n_components, GL_RGBA_INTEGER, GL_UNSIGNED_INT, ST_IMMUTABLE, &uIntData[0])) in iterate()
DesextcTextureCubeMapArrayTests.cpp90 "Test 7.1 filterable internalformat - immutable storage", ST_IMMUTABLE)); in init()
99 "Test 7.2 non-filterable format - immutable storage", ST_IMMUTABLE)); in init()
DesextcTextureCubeMapArrayGenerateMipMap.cpp286 DE_ASSERT(m_storage_type == ST_IMMUTABLE); in initTest()
DesextcTextureCubeMapArrayImageTextureSize.cpp244 if (storType == ST_IMMUTABLE) in createCubeMapArrayTexture()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp56 ST_IMMUTABLE /* Immutable Storage */ enumerator
/external/python/cpython3/Doc/library/
Dos.rst2582 (append-only file), :const:`ST_IMMUTABLE` (immutable file), :const:`ST_NOATIME`
2599 :const:`ST_IMMUTABLE`, :const:`ST_NOATIME`, :const:`ST_NODIRATIME`,