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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 45 bool checkPixmapPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height);
EglMacApi.cpp 138 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglX11Api.cpp 214 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height) {
EglWindowsApi.cpp 460 bool checkPixmapPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height){
EglImp.cpp 562 if(!EglOS::checkPixmapPixelFormatMatch(dpy->nativeType(),pixmap,cfg,&width,&height)) {
    [all...]

Completed in 60 milliseconds