Home
last modified time | relevance | path

Searched defs:without_offset (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DTimeZone.hpp53 inline std::unique_ptr<icu4x::TimeZoneInfo> icu4x::TimeZone::without_offset() const { in without_offset() function in icu4x::TimeZone
/external/rust/android-crates-io/crates/icu_capi/src/
Dtimezone.rs56 pub fn without_offset(&self) -> Box<TimeZoneInfo> { in without_offset() method
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.hpp243 glw::GLint without_offset[4]; member
DesextcGPUShader5TextureGatherOffset.cpp2255 …const glw::GLint *without_offset = results + (vertex * vertex_size_in_results_buffer) + without_o… in verifyResult() local