Searched refs:transparentType (Results 1 – 3 of 3) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglMacApi.cpp | 35 EGLint transparentType,samples; in pixelFormatToConfig() local 67 transparentType = EGL_NONE; in pixelFormatToConfig() 86 … visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt); in pixelFormatToConfig()
|
D | EglX11Api.cpp | 89 int caveat,transparentType,samples; in pixelFormatToConfig() local 100 transparentType = EGL_NONE; in pixelFormatToConfig() 102 transparentType = EGL_TRANSPARENT_RGB; in pixelFormatToConfig() 161 supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt); in pixelFormatToConfig()
|
D | EglWindowsApi.cpp | 338 EGLint transparentType,samples; in pixelFormatToConfig() local 385 transparentType = EGL_TRANSPARENT_RGB; in pixelFormatToConfig() 390 transparentType = EGL_NONE; in pixelFormatToConfig() 400 … visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt); in pixelFormatToConfig()
|