HomeSort by relevance Sort by last modified time
    Searched refs:transparentType (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 35 EGLint transparentType,samples;
67 transparentType = EGL_NONE;
78 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
EglX11Api.cpp 88 int caveat,transparentType,samples;
99 transparentType = EGL_NONE;
101 transparentType = EGL_TRANSPARENT_RGB;
160 supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
EglWindowsApi.cpp 340 EGLint transparentType,samples;
387 transparentType = EGL_TRANSPARENT_RGB;
392 transparentType = EGL_NONE;
402 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);

Completed in 39 milliseconds