HomeSort by relevance Sort by last modified time
    Searched refs: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;
86 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 337 EGLint supportedSurfaces,visualType,visualId;
373 visualId = 0;
400 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);

Completed in 274 milliseconds