OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
186
inline void
appendAttr
(NodeType *e, const std::string &attrName, const T &attr) const {
190
inline void
appendAttr
(NodeType *e, const std::string &attrName, bool attr) const {
385
appendAttr
(root, "arch", object.arch);
409
appendAttr
(root, "type", object.mType);
472
appendAttr
(root, "format", hal.format);
473
appendAttr
(root, "optional", hal.optional);
504
appendAttr
(root, "version", kernel.mMinLts);
521
appendAttr
(root, "format", hal.format);
612
appendAttr
(root, "version", HalManifest::kVersion);
613
appendAttr
(root, "type", m.mType)
[
all
...]
Completed in 421 milliseconds