OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tRed
(Results
1 - 3
of
3
) sorted by null
/development/tools/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;
104
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_RED_VALUE,&
tRed
));
161
supportedSurfaces,transparentType,
tRed
,tGreen,tBlue,*frmt);
EglWindowsApi.cpp
341
EGLint
tRed
,tGreen,tBlue;
388
IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[4],&
tRed
));
402
visualId,visualType,samples,stencil,supportedSurfaces,transparentType,
tRed
,tGreen,tBlue,*frmt);
Completed in 33 milliseconds