Searched defs:aMode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglmode.c231 const _EGLMode *aMode = *((const _EGLMode **) a); local
236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib);
/external/mesa3d/src/egl/main/
H A Deglmode.c231 const _EGLMode *aMode = *((const _EGLMode **) a); local
236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) argument
7 return ((TDisplayModeUtils::NumDisplayModeBitsPerPixel(aMode) - 1) >> 3) + 1;
445 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode) argument
447 if(aHwSurface && aMode != DisplayMode())
450 iSourceMode = aMode;
452 iSourceBpp = BytesPerPixel(aMode);
474 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
477 s->Create(aSz, aMode);
950 TRgbCopy(TDisplayMode aMode);
965 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode) argument
1034 GetCopy(TAny* mem, TDisplayMode aMode) argument
[all...]
H A Ddsa.cpp6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) argument
8 return ((TDisplayModeUtils::NumDisplayModeBitsPerPixel(aMode) - 1) >> 3) + 1;
893 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode) argument
895 if(aHwSurface && aMode != DisplayMode())
898 iSourceMode = aMode;
900 iSourceBpp = BytesPerPixel(aMode);
928 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
931 s->Create(aSz, aMode);
1316 TRgbCopy(TDisplayMode aMode);
1340 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode) argument
1462 GetCopy(TAny* mem, TDisplayMode aMode) argument
[all...]
H A Ddsa_new.cpp6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) argument
8 return ((TDisplayModeUtils::NumDisplayModeBitsPerPixel(aMode) - 1) >> 3) + 1;
652 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode) argument
654 if(aHwSurface && aMode != DisplayMode())
657 iSourceMode = aMode;
659 iSourceBpp = BytesPerPixel(aMode);
687 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
690 s->Create(aSz, aMode);
1254 TRgbCopy(TDisplayMode aMode);
1278 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode) argument
1400 GetCopy(TAny* mem, TDisplayMode aMode) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp482 TInt EpocSdlEnv::AllocSwSurface(const TSize& aSize, TDisplayMode aMode) argument
484 return gEpocEnv->iDsa->AllocSurface(EFalse, aSize, aMode);
487 TInt EpocSdlEnv::AllocHwSurface(const TSize& aSize, TDisplayMode aMode) argument
489 return gEpocEnv->iDsa->AllocSurface(ETrue, aSize, aMode);
911 EXPORT_C void CSDL::SetOrientation(TOrientationMode aMode) argument
913 gEpocEnv->iDsa->SetOrientation(aMode);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c5260 const char * aMode[] = { "passive", "full", "restart", 0 }; local
5274 || Tcl_GetIndexFromObj(interp, objv[2], aMode, "mode", 0, &eMode)
/external/sqlite/dist/orig/
H A Dsqlite3.c124475 } *aMode = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c124495 } *aMode = 0; local
[all...]

Completed in 1049 milliseconds