OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ushort
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxEnableCriticalArrays.i
6
JAVA_CRITICAL_ARRAYS_TYPEMAPS(unsigned short, int, jint,
Ushort
, "[I") /* unsigned short[ANY] */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h
35
Ushort
,
121
USHORT
Size;
122
USHORT
Version;
149
USHORT
Flags; // use CM resource flag defines
150
USHORT
Spare2; // align
/prebuilts/misc/common/swig/include/2.0.11/java/
arrays_java.i
102
JAVA_ARRAYS_DECL(unsigned short, jint, Int,
Ushort
) /* unsigned short[] */
126
JAVA_ARRAYS_IMPL(unsigned short, jint, Int,
Ushort
) /* unsigned short[] */
183
JAVA_ARRAYS_TYPEMAPS(unsigned short, int, jint,
Ushort
, "[I") /* unsigned short[ANY] */
/external/deqp/modules/glshared/
glsVertexArrayTests.cpp
241
inline GLValue::
Ushort
getRandom (deRandom& rnd, GLValue::
Ushort
min, GLValue::
Ushort
max)
246
return GLValue::
Ushort
::create((min == max ? min : (deUint16)(min + (deRandom_getUint32(&rnd) % (max.to<int>() - min.to<int>())))));
332
inline GLValue::
Ushort
minValue (void)
334
return GLValue::
Ushort
::create(4 * 256);
401
inline GLValue::
Ushort
abs (GLValue::
Ushort
val)
[
all
...]
glsVertexArrayTests.hpp
307
typedef WrappedType<deUint16>
Ushort
;
391
explicit GLValue (
Ushort
value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
412
Ushort
us;
glsDrawTest.cpp
425
typedef WrappedType<deUint16>
Ushort
;
505
explicit GLValue (
Ushort
value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
526
Ushort
us;
609
rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(
Ushort
::create(65530));
627
rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(
Ushort
::create(0));
644
template<> struct GLValueTypeTraits<GLValue::
Ushort
> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT; };
658
template<> GLValue::
Ushort
inline extractGLValue<GLValue::
Ushort
> (const GLValue& v) { return v.us; };
696
inline GLValue::
Ushort
getRandom (deRandom& rnd, GLValue::
Ushort
min, GLValue::Ushort max
[
all
...]
Completed in 562 milliseconds