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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 34 EGLint supportedSurfaces,visualType,visualId;
56 visualId = 0;
78 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
EglX11Api.cpp 88 int supportedSurfaces,visualType,visualId;
128 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_VISUAL_ID,&visualId));
133 if(tmp & GLX_WINDOW_BIT && visualId != 0) {
136 visualId = 0;
160 pMaxPixels,renderable,renderableType,visualId,visualType,samples,stencil,
EglWindowsApi.cpp 339 EGLint supportedSurfaces,visualType,visualId;
375 visualId = 0;
402 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);

Completed in 506 milliseconds