c215aaa83047ebbaabafef7acd71275a256da6ab |
|
06-Nov-2015 |
Dejan Mircevski <deki@google.com> |
Make RGBA constants methods. Without this, other global variables that are initialized with values like RGBA::white will have a race condition with the RGBA::white initialization. We have seen a bug where a global array of RGBA constants was being initialized before the constants themselves, so all elements were (0, 0, 0, 0). Change-Id: Idd6a88efda8375e52f15ed285afe38631b9c464a
/external/deqp/modules/glshared/glsUniformBlockCase.cpp
|