Searched defs:Load (Results 1 – 5 of 5) sorted by relevance
31 gfxstream::expected<Lib, std::string> Lib::Load(const char* name) { in Load() function in gfxstream::Lib
40 gfxstream::expected<Egl, std::string> Egl::Load() { in Load() function in gfxstream::Egl
34 /*static*/ gfxstream::expected<Gles, std::string> Gles::Load() { in Load() function in gfxstream::Gles
101 gfxstream::expected<Vk, vkhpp::Result> Vk::Load( in Load() function in gfxstream::Vk
194 __m128i const Load = _mm_set_epi32(-(int)a.w, -(int)a.z, -(int)a.y, -(int)a.x); local