MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / _vgl_getAutotestColor

Function _vgl_getAutotestColor

server/faker.cpp:348–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347
348int _vgl_getAutotestColor(Display *dpy, Drawable d, int right)
349{
350 if(faker::getAutotestDisplay() == dpy
351 && faker::getAutotestDrawable() == (long)d)
352 return right ? faker::getAutotestRColor() : faker::getAutotestColor();
353
354 return -1;
355}
356
357
358int _vgl_getAutotestFrame(Display *dpy, Drawable d)

Callers 3

checkWindowColorFunction · 0.85
checkWindowColorFunction · 0.85
checkWindowColorFunction · 0.85

Calls

no outgoing calls

Tested by 1

checkWindowColorFunction · 0.68