OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pMaxPixels
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp
37
EGLint pMaxWidth,pMaxHeight,
pMaxPixels
;
62
pMaxPixels
= PBUFFER_MAX_PIXELS;
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
;
148
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_MAX_PBUFFER_HEIGHT,&
pMaxPixels
));
160
pMaxPixels
,renderable,renderableType,visualId,visualType,samples,stencil,
EglWindowsApi.cpp
342
EGLint pMaxWidth,pMaxHeight,
pMaxPixels
;
381
pMaxPixels
= PBUFFER_MAX_PIXELS;
401
return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,pMaxHeight,
pMaxPixels
,renderable,renderableType,
Completed in 39 milliseconds