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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 36 EGLint tRed,tGreen,tBlue;
65 tRed = tGreen = tBlue = 0;
78 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
EglX11Api.cpp 90 int tRed=0,tGreen=0,tBlue=0;
105 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_GREEN_VALUE,&tGreen));
161 supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
EglWindowsApi.cpp 341 EGLint tRed,tGreen,tBlue;
389 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[5],&tGreen));
402 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);

Completed in 234 milliseconds