OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBlue
(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;
105
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_BLUE_VALUE,&
tBlue
));
160
supportedSurfaces,transparentType,tRed,tGreen,
tBlue
,*frmt);
EglWindowsApi.cpp
341
EGLint tRed,tGreen,
tBlue
;
390
IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[6],&
tBlue
));
402
visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,
tBlue
,*frmt);
Completed in 62 milliseconds