OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/opengl/
gluDrawUtil.cpp
405
const bool
isIntType
= de::inRange<int>(va.componentType, VTX_COMP_UNSIGNED_INT8, VTX_COMP_SIGNED_INT32);
409
DE_ASSERT(
isIntType
!= isSpecialType); // Must be either int or special type.
410
DE_ASSERT(
isIntType
|| va.convert == VTX_COMP_CONVERT_NONE); // Conversion allowed only for special types.
415
if (
isIntType
&& va.convert == VTX_COMP_CONVERT_NONE)
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
306
static inline bool
isIntType
(ValueType type)
[
all
...]
Completed in 112 milliseconds