Searched defs:BytesPerPixel (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl.cc34 size_t GpuMemoryBufferImpl::BytesPerPixel(unsigned internalformat) { function in class:content::GpuMemoryBufferImpl
50 return size_.width() * BytesPerPixel(internalformat_);
/external/chromium_org/ui/gl/
H A Dgl_image_shm.cc52 GLenum BytesPerPixel(unsigned internalformat) { function in namespace:gfx::__anon15293
110 size_t size = size_.GetArea() * BytesPerPixel(internalformat_);
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h73 Uint8 BytesPerPixel; member in struct:SDL_PixelFormat
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c626 switch(fmt->BytesPerPixel) { \
633 switch(fmt->BytesPerPixel) { \
712 switch(fmt->BytesPerPixel) { \
719 switch(fmt->BytesPerPixel) { \
860 + y * dst->pitch + x * src->format->BytesPerPixel;
887 switch(src->format->BytesPerPixel) {
1000 Uint8 BytesPerPixel; member in struct:__anon25348
1092 switch(df->BytesPerPixel) {
1125 + y * dst->pitch + x * df->BytesPerPixel;
1133 if(df->BytesPerPixel
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) function
332 iTargetBpp = BytesPerPixel(DisplayMode());
452 iSourceBpp = BytesPerPixel(aMode);
H A Ddsa.cpp6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) function
771 iTargetBpp = BytesPerPixel(DisplayMode());
900 iSourceBpp = BytesPerPixel(aMode);
H A Ddsa_new.cpp6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) function
496 iTargetBpp = BytesPerPixel(DisplayMode());
659 iSourceBpp = BytesPerPixel(aMode);

Completed in 321 milliseconds