Home
last modified time | relevance | path

Searched defs:positive_value (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/time/
Dtime.h796 int64_t positive_value) { in FromProduct()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp9697 static bool verifyFloat(GLint original_value, GLint positive_value, GLint negated_value) in verifyFloat()
9750 static bool verifyFloatSignedNorm(GLint original_value, GLint positive_value, GLint negated_value) in verifyFloatSignedNorm()
9791 static bool verifyInteger(GLint original_value, GLint positive_value, GLint negated_value) in verifyInteger()
9829 static bool verifyInteger(GLint original_value, GLint positive_value, GLint negated_value) in verifyInteger()
9853 static bool verifyFloatUnsigned(GLint original_value, GLint positive_value, GLint negated_value) in verifyFloatUnsigned()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp930 GLint positive_value = glGetUniformLocation(ph.program, "positive_value"); in TEST_F() local