/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageOperations.cpp | 658 …configureTexture<glw::GLfloat>(m_context, &m_image_read_to_id, width, height, depth, ST_IMMUTABLE,… in iterate() 660 …ture<glw::GLfloat>(m_context, &m_image_write_to_id, width, height, depth, ST_IMMUTABLE, GL_RGBA32F, in iterate() 663 …configureTexture<glw::GLint>(m_context, &m_iimage_read_to_id, width, height, depth, ST_IMMUTABLE, … in iterate() 665 …configureTexture<glw::GLint>(m_context, &m_iimage_write_to_id, width, height, depth, ST_IMMUTABLE,… in iterate() 668 …configureTexture<glw::GLuint>(m_context, &m_uimage_read_to_id, width, height, depth, ST_IMMUTABLE,… in iterate() 670 …ure<glw::GLuint>(m_context, &m_uimage_write_to_id, width, height, depth, ST_IMMUTABLE, GL_RGBA32UI, in iterate() 695 m_n_components, GL_RGBA, GL_FLOAT, ST_IMMUTABLE, &floatData[0])) in iterate() 701 m_n_components, GL_RGBA_INTEGER, GL_INT, ST_IMMUTABLE, &intData[0])) in iterate() 707 m_n_components, GL_RGBA_INTEGER, GL_UNSIGNED_INT, ST_IMMUTABLE, &uIntData[0])) in iterate()
|
D | esextcTextureCubeMapArrayTests.cpp | 90 "Test 7.1 filterable internalformat - immutable storage", ST_IMMUTABLE)); in init() 99 "Test 7.2 non-filterable format - immutable storage", ST_IMMUTABLE)); in init()
|
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 286 DE_ASSERT(m_storage_type == ST_IMMUTABLE); in initTest()
|
D | esextcTextureCubeMapArrayImageTextureSize.cpp | 244 if (storType == ST_IMMUTABLE) in createCubeMapArrayTexture()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | statvfs.h | 37 #define ST_IMMUTABLE 512 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | statvfs.h | 40 #define ST_IMMUTABLE 512 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | statvfs.h | 40 #define ST_IMMUTABLE 512 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | statvfs.h | 40 #define ST_IMMUTABLE 512 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | statvfs.h | 40 #define ST_IMMUTABLE 512 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | statvfs.h | 40 #define ST_IMMUTABLE 512 macro
|
/third_party/musl/include/sys/ |
D | statvfs.h | 40 #define ST_IMMUTABLE 512 macro
|
/third_party/rust/crates/nix/src/sys/ |
D | statvfs.rs | 51 ST_IMMUTABLE;
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 57 ST_IMMUTABLE /* Immutable Storage */ enumerator
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 897 ST_IMMUTABLE
|
D | linux.txt | 2309 ST_IMMUTABLE
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 893 pub const ST_IMMUTABLE: ::c_ulong = 512; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1743 pub const ST_IMMUTABLE: ::c_ulong = 512; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2307 pub const ST_IMMUTABLE: ::c_ulong = 512; constant
|
/third_party/python/Doc/library/ |
D | os.rst | 2876 (append-only file), :const:`ST_IMMUTABLE` (immutable file), :const:`ST_NOATIME` 2893 :const:`ST_IMMUTABLE`, :const:`ST_NOATIME`, :const:`ST_NODIRATIME`,
|