HomeSort by relevance Sort by last modified time
    Searched refs:confValue (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
egl.cpp 786 bool (*match)(GLint reqValue, GLint confValue);
787 static bool atLeast(GLint reqValue, GLint confValue) {
788 return (reqValue == EGL_DONT_CARE) || (confValue >= reqValue);
790 static bool exact(GLint reqValue, GLint confValue) {
791 return (reqValue == EGL_DONT_CARE) || (confValue == reqValue);
793 static bool mask(GLint reqValue, GLint confValue) {
794 return (confValue & reqValue) == reqValue;
796 static bool ignore(GLint reqValue, GLint confValue) {
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]

Completed in 31 milliseconds