Searched refs:compareValue (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | BlendIntegerTest.cpp | 26 void compareValue(const T *value, const char *name, GLenum attachment) in compareValue() function in BlendIntegerTest 79 compareValue<int32_t, components>(clearValueSigned, "clearValueSigned", in runTest() 87 compareValue<uint32_t, components>(clearValueUnsigned, "clearValueUnsigned", in runTest() 103 compareValue<int32_t, components>(colorValueSigned, "colorValueSigned", in runTest() 109 compareValue<uint32_t, components>(colorValueUnsigned, "colorValueUnsigned", in runTest() 174 compareValue<int32_t, 4>(clearValue, "clearValue", GL_COLOR_ATTACHMENT2); in runTestMRT() 181 compareValue<uint32_t, 4>(clearValue, "clearValue", GL_COLOR_ATTACHMENT2); in runTestMRT() 193 compareValue<int32_t, 4>(drawValue, "drawValue", GL_COLOR_ATTACHMENT2); in runTestMRT() 198 compareValue<uint32_t, 4>(drawValue, "drawValue", GL_COLOR_ATTACHMENT2); in runTestMRT()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | JSONObjectComparator.java | 18 int compareValue = 0; in compare() local 22 compareValue = key0.compareTo(key1) * sortSpec.getDirectionMultiplier(); in compare() 23 if (compareValue != 0) { in compare() 24 return compareValue; in compare()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCounterOpsTests.hpp | 54 glw::GLuint compareValue = 0, bool testReturnValue = false) in AtomicOperation() argument 58 , m_compareValue(compareValue) in AtomicOperation() 237 AtomicOperationCompSwap(glw::GLuint inputValue, glw::GLuint paramValue, glw::GLuint compareValue) in AtomicOperationCompSwap() argument 238 : AtomicOperation("atomicCounterCompSwap", inputValue, paramValue, compareValue) in AtomicOperationCompSwap()
|