Home
last modified time | relevance | path

Searched refs:attachType (Results 1 – 13 of 13) sorted by relevance

/external/skia/tools/viewer/sk_app/android/
DWindow_android.cpp38 bool Window_android::attach(BackendType attachType) { in attach() argument
39 fBackendType = attachType; in attach()
/external/skia/src/views/mac/
DSkOSWindow_Mac.mm66 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, bool /*deepColor*/,
68 return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info];
DSkNSView.h38 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetI…
DSkNSView.mm389 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType
/external/skia/tools/viewer/sk_app/win/
DWindow_win.cpp345 bool Window_win::attach(BackendType attachType) { in attach() argument
346 fBackend = attachType; in attach()
348 switch (attachType) { in attach()
/external/skia/include/views/
DSkOSWindow_iOS.h25 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
DSkOSWindow_Mac.h33 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
DSkOSWindow_Unix.h44 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
DSkOSWindow_Win.h43 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
/external/skia/tools/viewer/sk_app/mac/
DWindow_mac.cpp249 bool Window_mac::attach(BackendType attachType) { in attach() argument
254 switch (attachType) { in attach()
/external/skia/src/views/ios/
DSkOSWindow_iOS.mm60 bool SkOSWindow::attach(SkBackEndTypes /* attachType */,
/external/skia/src/views/win/
DSkOSWindow_win.cpp603 bool SkOSWindow::attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, in attach() argument
612 switch (attachType) { in attach()
633 fAttached = attachType; in attach()
/external/skia/tools/viewer/sk_app/unix/
DWindow_unix.cpp335 bool Window_unix::attach(BackendType attachType) { in attach() argument
352 switch (attachType) { in attach()