HomeSort by relevance Sort by last modified time
    Searched refs:pMaxWidth (Results 1 - 3 of 3) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 37 EGLint pMaxWidth,pMaxHeight,pMaxPixels;
60 pMaxWidth = PBUFFER_MAX_WIDTH;
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;
146 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_MAX_PBUFFER_WIDTH,&pMaxWidth));
159 return new EglConfig(red,green,blue,alpha,caveat,configId,depth,level,pMaxWidth,pMaxHeight,
EglWindowsApi.cpp 342 EGLint pMaxWidth,pMaxHeight,pMaxPixels;
379 pMaxWidth = PBUFFER_MAX_WIDTH;
401 return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,pMaxHeight,pMaxPixels,renderable,renderableType,

Completed in 9738 milliseconds