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

  /external/skia/src/utils/win/
SkWGL_win.cpp 293 auto appendAttr = [](SkTDArray<int>& attrs, int attr, int value) {
299 appendAttr(iAttrs, SK_WGL_DRAW_TO_WINDOW, TRUE);
300 appendAttr(iAttrs, SK_WGL_DOUBLE_BUFFER, (doubleBuffered ? TRUE : FALSE));
301 appendAttr(iAttrs, SK_WGL_ACCELERATION, SK_WGL_FULL_ACCELERATION);
302 appendAttr(iAttrs, SK_WGL_SUPPORT_OPENGL, TRUE);
304 appendAttr(iAttrs, SK_WGL_RED_BITS, 10);
305 appendAttr(iAttrs, SK_WGL_GREEN_BITS, 10);
306 appendAttr(iAttrs, SK_WGL_BLUE_BITS, 10);
307 appendAttr(iAttrs, SK_WGL_ALPHA_BITS, 2);
309 appendAttr(iAttrs, SK_WGL_COLOR_BITS, 24)
    [all...]
  /system/libvintf/
parse_xml.cpp 192 inline void appendAttr(NodeType *e, const std::string &attrName, const T &attr) const {
196 inline void appendAttr(NodeType *e, const std::string &attrName, bool attr) const {
398 appendAttr(root, "arch", object.arch);
422 appendAttr(root, "type", object.mType);
485 appendAttr(root, "format", hal.format);
486 appendAttr(root, "optional", hal.optional);
568 appendAttr(root, "version", kernel.mMinLts);
589 appendAttr(root, "format", hal.format);
748 appendAttr(root, "version", HalManifest::kVersion);
749 appendAttr(root, "type", m.mType)
    [all...]

Completed in 63 milliseconds