HomeSort by relevance Sort by last modified time
    Searched full:compare_int (Results 1 - 11 of 11) sorted by null

  /external/skia/tests/
SortTest.cpp 15 static int compare_int(const void* a, const void* b) { function
52 qsort(sortedArray, count, sizeof(sortedArray[0]), compare_int);
  /external/avahi/avahi-core/
prioq-test.c 36 static int compare_int(const void* a, const void* b) { function
87 q = avahi_prio_queue_new(compare_int);
  /external/libbrillo/brillo/
any_unittest.cc 262 TEST(Any, Compare_Int) {
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 648 case glu::TYPE_INT: return "mediump float compare_int (highp int a, highp int b) { return a == b ? 1.0 : 0.0; }\n";
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 701 case glu::TYPE_INT: return "mediump float compare_int (highp int a, highp int b) { return a == b ? 1.0 : 0.0; }\n";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 738 case glu::TYPE_INT: return "bool compare_int (highp int a, highp int b) { return a == b; }\n";
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp     [all...]
es31fSSBOLayoutCase.cpp 823 case glu::TYPE_INT: return "bool compare_int (highp int a, highp int b) { return a == b; }\n";
    [all...]
es31fTessellationTests.cpp     [all...]

Completed in 415 milliseconds