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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.cpp 29 EglSurface(dpy, PIXMAP,config,0,0),
EglSurface.h 35 PIXMAP = 3
EglX11Api.cpp 42 PIXMAP
300 return new SrfcInfo(pix,SrfcInfo::PIXMAP);
EglMacApi.cpp 119 //no support for pixmap in mac
137 //no support for pixmap in mac
192 case EglSurface::PIXMAP: // not supported on Mac
EglWindowsApi.cpp 101 PIXMAP = 2
122 m_type(PIXMAP){
EglImp.cpp 547 EGLNativePixmapType pixmap,
557 if(EglPixmapSurface::alreadyAssociatedWithConfig(pixmap)) {
562 if(!EglOS::checkPixmapPixelFormatMatch(dpy->nativeType(),pixmap,cfg,&width,&height)) {
565 SurfacePtr pixSurface(new EglPixmapSurface(dpy, pixmap,cfg));
729 //checking native pixmap validity
730 if(newReadPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,nativeRead)) {
733 if(newDrawPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,nativeDraw)) {
881 if(read->type() == EglSurface::PIXMAP &&
891 if(draw->type() == EglSurface::PIXMAP &&
    [all...]

Completed in 39 milliseconds