Home
last modified time | relevance | path

Searched refs:is_const (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/utils/
DTypeLogic.h24 using type = std::conditional_t<std::is_const<S>::value, std::add_const_t<D>, D>;
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dcopy_cv_reference.h18 typename std::conditional<std::is_const<R>::value,
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp57 : is_const(true), in VertexAttrib()
956 attrib.is_const = false; in SetAttributeValues()
982 attrib.is_const = false; in SetAttributeValues()
1022 attrib.is_const = false; in SetAttributeValues()
1052 if (attrib.is_const) { in PushAttributes()
Dshader_program.h411 bool is_const; member