OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UShort4
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
rsCppStructs.h
178
class
UShort4
{
182
UShort4
(uint16_t initX, uint16_t initY, uint16_t initZ, uint16_t initW)
184
UShort4
() : x(0), y(0), z(0), w(0) {}
[
all
...]
/external/swiftshader/src/Reactor/
LLVMReactor.cpp
[
all
...]
Reactor.hpp
42
class
UShort4
;
726
explicit UShort2(RValue<
UShort4
> cast);
745
Short4(RValue<
UShort4
> rhs);
746
Short4(const
UShort4
&rhs);
747
Short4(const Reference<
UShort4
> &rhs);
752
RValue<Short4> operator=(RValue<
UShort4
> rhs);
753
RValue<Short4> operator=(const
UShort4
&rhs);
754
RValue<Short4> operator=(const Reference<
UShort4
> &rhs);
810
class
UShort4
: public LValue<
UShort4
>
[
all
...]
Completed in 381 milliseconds