OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pMaxHeight
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp
37
EGLint pMaxWidth,
pMaxHeight
,pMaxPixels;
61
pMaxHeight
= PBUFFER_MAX_HEIGHT;
77
return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,
pMaxHeight
,pMaxPixels,renderable,renderableType,
EglX11Api.cpp
91
int pMaxWidth,
pMaxHeight
,pMaxPixels;
147
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_MAX_PBUFFER_HEIGHT,&
pMaxHeight
));
159
return new EglConfig(red,green,blue,alpha,caveat,configId,depth,level,pMaxWidth,
pMaxHeight
,
EglWindowsApi.cpp
342
EGLint pMaxWidth,
pMaxHeight
,pMaxPixels;
380
pMaxHeight
= PBUFFER_MAX_HEIGHT;
401
return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,
pMaxHeight
,pMaxPixels,renderable,renderableType,
Completed in 1080 milliseconds