[M120 Migration][HOTFIX][EMULATOR] Fix for output surface creation failure 41/308941/3
authoruzair <uzair.jaleel@samsung.com>
Wed, 3 Apr 2024 05:12:41 +0000 (10:42 +0530)
committerBot Blink <blinkbot@samsung.com>
Thu, 4 Apr 2024 08:33:12 +0000 (08:33 +0000)
commit4973ea732b37891f7e057f3cf91f2a69031533c7
treef497853c19b3a36f8af5f7aea529bde31bacd4c6
parent713f5de588573c562e995947e18a212ecb690dfc
[M120 Migration][HOTFIX][EMULATOR] Fix for output surface creation failure

The emulator platform DDK api glGetInternalformativ is returning
incorrect GL_SAMPLES count which results in black screen. Ideally
it needs to checked as to why emulator DDK returns GL_SAMPLES as 0
whereas all other profiles DDK return correct GL_SAMPLES count.

Referece:
https://review.tizen.org/gerrit/c/290611

Change-Id: I1e1c5e6fe2a0c438f60a22c307cd23394dbbdd60
Signed-off-by: uzair <uzair.jaleel@samsung.com>
third_party/skia/src/gpu/ganesh/gl/GrGLCaps.cpp