Searched refs:VALUE_NONE (Results 1 – 7 of 7) sorted by relevance
/third_party/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 202 VALUE_NONE = 0, enumerator 954 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f); 1286 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); 1317 if (v.valueType == VALUE_NONE)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 231 VALUE_NONE = 0, enumerator 1269 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f); in init() 1748 const bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() 1782 if (v.valueType == VALUE_NONE) in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 320 VALUE_NONE = 0, enumerator 1579 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f); 2148 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); 2181 if (v.valueType == VALUE_NONE)
|