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