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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 44 bool checkWindowPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height);
EglMacApi.cpp 125 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglX11Api.cpp 201 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglWindowsApi.cpp 448 bool checkWindowPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglImp.cpp 492 if(!EglOS::checkWindowPixelFormatMatch(dpy->nativeType(),win,cfg,&width,&height)) {
    [all...]

Completed in 50 milliseconds