Home
last modified time | relevance | path

Searched refs:ST_IMMUTABLE (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageOperations.cpp658 configureTexture<glw::GLfloat>(m_context, &m_image_read_to_id, width, height, depth, ST_IMMUTABLE, GL_RGBA32F, in iterate()
660 configureTexture<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, GL_RGBA32I, in iterate()
665 configureTexture<glw::GLint>(m_context, &m_iimage_write_to_id, width, height, depth, ST_IMMUTABLE, GL_RGBA32I, in iterate()
668 configureTexture<glw::GLuint>(m_context, &m_uimage_read_to_id, width, height, depth, ST_IMMUTABLE, GL_RGBA32UI, in iterate()
670 configureTexture<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()
H A 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()
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp286 DE_ASSERT(m_storage_type == ST_IMMUTABLE); in initTest()
H A DesextcTextureCubeMapArrayImageTextureSize.cpp244 if (storType == ST_IMMUTABLE) in createCubeMapArrayTexture()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h40 #define ST_IMMUTABLE 512 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h37 #define ST_IMMUTABLE 512 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h40 #define ST_IMMUTABLE 512 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h40 #define ST_IMMUTABLE 512 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h40 #define ST_IMMUTABLE 512 macro
/third_party/musl/include/sys/
H A Dstatvfs.h41 #define ST_IMMUTABLE 512 macro
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs51 ST_IMMUTABLE;
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.hpp64 ST_IMMUTABLE /* Immutable Storage */ enumerator
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs893 pub const ST_IMMUTABLE: ::c_ulong = 512; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2307 pub const ST_IMMUTABLE: ::c_ulong = 512; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1743 pub const ST_IMMUTABLE: ::c_ulong = 512; consts

Completed in 34 milliseconds