Home
last modified time | relevance | path

Searched refs:transparentType (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglMacApi.cpp35 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()
DEglX11Api.cpp89 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()
DEglWindowsApi.cpp338 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()