Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/fake-android-guest/utils/
DString16.h176 inline int String16::compare(const String16& other) const in compare() function
DString8.h340 inline int String8::compare(const String8& other) const in compare() function
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp116 void compare(const PixelRect &expected) const in compare() function in __anon736757b90111::PixelRect
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dangletypes.cpp221 uint8_t compare = static_cast<uint8_t>(mCompareMode == GL_NONE ? 0x10 : 0x00); in updateWrapTCompareMode() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h237 uint8_t compare : 4; member
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-printers-test.cc1976 TEST(string_ref, compare) { in TEST() argument