OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float8_value
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/vr/libdvr/include/dvr/
dvr_surface.h
44
float
float8_value
[8];
member in union:DvrSurfaceAttributeValue::__anon46419
/frameworks/native/libs/vr/libdvr/
dvr_display_manager.cpp
56
std::copy(value.cbegin(), value.cend(), attribute->value.
float8_value
);
dvr_surface.cpp
64
ArrayCopy(&value, attributes[i].value.
float8_value
);
/frameworks/native/libs/vr/libdvr/tests/
dvr_display_manager-test.cpp
101
std::copy(value.begin(), value.end(), attribute.value.
float8_value
);
Completed in 48 milliseconds