Home
last modified time | relevance | path

Searched refs:driQueryOptionf (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.h157 float driQueryOptionf(const driOptionCache *cache, const char *name);
Dxmlconfig.c1292 driQueryOptionf(const driOptionCache *cache, const char *name) in driQueryOptionf() function
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dxmlconfig.cpp99 EXPECT_EQ(driQueryOptionf(&options, "opt"), 2.0); in TEST_F()