OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
89
int tRed=0,
tGreen
=0,tBlue=0;
104
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_GREEN_VALUE,&
tGreen
));
160
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 36 milliseconds