HomeSort by relevance Sort by last modified time
    Searched refs:reqValue (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;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 93 milliseconds