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