Home
last modified time | relevance | path

Searched defs:Load (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/detector/
DLib.cpp31 gfxstream::expected<Lib, std::string> Lib::Load(const char* name) { in Load() function in gfxstream::Lib
DEgl.cpp40 gfxstream::expected<Egl, std::string> Egl::Load() { in Load() function in gfxstream::Egl
DGles.cpp34 /*static*/ gfxstream::expected<Gles, std::string> Gles::Load() { in Load() function in gfxstream::Gles
DVulkan.cpp101 gfxstream::expected<Vk, vkhpp::Result> Vk::Load( in Load() function in gfxstream::Vk
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common_simd.inl194 __m128i const Load = _mm_set_epi32(-(int)a.w, -(int)a.z, -(int)a.y, -(int)a.x); local