Searched refs:bgCol (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ | ||
| H A D | stroke2.c | 14 VGfloat bgCol[4]; variable in typeref:typename:VGfloat[4] 30 bgCol[0] = 1.0f; 31 bgCol[1] = 1.0f; 32 bgCol[2] = 1.0f; 33 bgCol[3] = 1.0f; 35 vgSetfv(VG_CLEAR_COLOR, 4, bgCol); |
| H A D | filter.c | 17 VGfloat bgCol[4] = {0.906f, 0.914f, 0.761f, 1.0f}; variable in typeref:typename:VGfloat[4] 92 vgSetfv(VG_CLEAR_COLOR, 4, bgCol); |
| H A D | mask4.c | 84 VGfloat bgCol[4] = {0.7f, 0.7f, 0.7f, 1.0f}; local in function:draw 108 vgSetfv(VG_CLEAR_COLOR, 4, bgCol); |
Completed in 3 milliseconds