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 776 bool (*match)(GLint reqValue, GLint confValue);
777 static bool atLeast(GLint reqValue, GLint confValue) {
778 return (reqValue == EGL_DONT_CARE) || (confValue >= reqValue);
780 static bool exact(GLint reqValue, GLint confValue) {
781 return (reqValue == EGL_DONT_CARE) || (confValue == reqValue);
783 static bool mask(GLint reqValue, GLint confValue) {
784 return (confValue & reqValue) == reqValue;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 139 milliseconds