OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkWindowPixelFormatMatch
(Results
1 - 5
of
5
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h
43
bool
checkWindowPixelFormatMatch
(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height);
EglMacApi.cpp
121
bool
checkWindowPixelFormatMatch
(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglX11Api.cpp
197
bool
checkWindowPixelFormatMatch
(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglWindowsApi.cpp
444
bool
checkWindowPixelFormatMatch
(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglImp.cpp
500
if(!EglOS::
checkWindowPixelFormatMatch
(dpy->nativeType(),win,cfg,&width,&height)) {
[
all
...]
Completed in 143 milliseconds