OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixelFormatToConfig
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp
30
static EglConfig*
pixelFormatToConfig
(int index,int renderableType,EGLNativePixelFormatType* frmt){
99
EglConfig* conf =
pixelFormatToConfig
(i++,renderableType,&frmt);
EglX11Api.cpp
85
EglConfig*
pixelFormatToConfig
(EGLNativeDisplayType dpy,int renderableType,EGLNativePixelFormatType* frmt){
168
EglConfig* conf =
pixelFormatToConfig
(dpy,renderableType,&frmtList[i]);
EglWindowsApi.cpp
336
EglConfig*
pixelFormatToConfig
(EGLNativeInternalDisplayType display,int renderableType,EGLNativePixelFormatType* frmt,int index){
424
EglConfig* pConfig =
pixelFormatToConfig
(display,renderableType,&pfd,iPixelFormat);
Completed in 22 milliseconds