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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h 35 EGLint nativeId(){return m_native_config_id;};
EglWindowsApi.cpp 451 bool ret = SetPixelFormat(dc,cfg->nativeId(),&nativeConfig);
470 HDC dpy = getDummyDC(display,cfg->nativeId());
494 EGLNativePbufferType pb = s_wglExtProcs->wglCreatePbufferARB(dpy,cfg->nativeId(),width,height,pbAttribs);
515 HDC dpy = getDummyDC(display,cfg->nativeId());
517 if(!display->isPixelFormatSet(cfg->nativeId())){
519 if(!SetPixelFormat(dpy,cfg->nativeId(),&nativeConfig)){
522 display->pixelFormatWasSet(cfg->nativeId());

Completed in 1930 milliseconds