Searched refs:tBlue (Results 1 - 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglMacApi.cpp36 EGLint tRed,tGreen,tBlue; local
65 tRed = tGreen = tBlue = 0;
86 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
H A DEglX11Api.cpp90 int tRed=0,tGreen=0,tBlue=0; local
106 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_BLUE_VALUE,&tBlue));
161 supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
H A DEglWindowsApi.cpp339 EGLint tRed,tGreen,tBlue; local
388 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[6],&tBlue));
400 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);

Completed in 5 milliseconds