Searched refs:VALUE_NONE (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DArabicShaping.java29 public static final int VALUE_NONE = 0; field in class:ArabicShaping
H A DCanonGSUBBuilder.java40 int leftType = ArabicShaping.VALUE_NONE;
41 int rightType = ArabicShaping.VALUE_NONE;
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1932 VALUE_NONE = 0,
1948 N = VALUE_NONE,
2204 if (funcTypes[i] == VALUE_NONE)
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1940 VALUE_NONE = 0,
1958 N = VALUE_NONE,
2247 if (funcTypes[i] == VALUE_NONE)
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp202 VALUE_NONE = 0, enumerator in enum:deqp::gles2::Functional::ValueType
954 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f);
1286 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE);
1317 if (v.valueType == VALUE_NONE)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp243 VALUE_NONE = 0, enumerator in enum:vkt::sr::__anon4517::ValueType
1341 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f);
1883 const bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE);
1917 if (v.valueType == VALUE_NONE)
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp263 VALUE_NONE = 0, enumerator in enum:deqp::gles3::Functional::ValueType
1366 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f);
1924 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE);
1957 if (v.valueType == VALUE_NONE)

Completed in 112 milliseconds