Searched refs:VALUE_NONE (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ArabicShaping.java | 29 public static final int VALUE_NONE = 0; field in ArabicShaping
|
D | CanonGSUBBuilder.java | 40 int leftType = ArabicShaping.VALUE_NONE; in convertArabicString() 41 int rightType = ArabicShaping.VALUE_NONE; in convertArabicString()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1932 VALUE_NONE = 0, in init() enumerator 1948 N = VALUE_NONE, in init() 2204 if (funcTypes[i] == VALUE_NONE) in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1940 VALUE_NONE = 0, in init() enumerator 1958 N = VALUE_NONE, in init() 2247 if (funcTypes[i] == VALUE_NONE) in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 202 VALUE_NONE = 0, enumerator 954 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f); in init() 1286 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() 1317 if (v.valueType == VALUE_NONE) in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 243 VALUE_NONE = 0, enumerator 1341 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f); in init() 1883 const bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() 1917 if (v.valueType == VALUE_NONE) in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 263 VALUE_NONE = 0, enumerator 1366 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f); in init() 1924 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() 1957 if (v.valueType == VALUE_NONE) in init()
|