HomeSort by relevance Sort by last modified time
    Searched defs:BytesPerPixel (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/cc/resources/
resource.cc 17 size_t Resource::BytesPerPixel(GLenum format) {
35 return BytesPerPixel(format) * size.width() * size.height();
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c 626 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;
1092 switch(df->BytesPerPixel) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 73 Uint8 BytesPerPixel;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
496 iTargetBpp = BytesPerPixel(DisplayMode());
659 iSourceBpp = BytesPerPixel(aMode);
dsa_old.cpp 5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
332 iTargetBpp = BytesPerPixel(DisplayMode());
452 iSourceBpp = BytesPerPixel(aMode);
dsa.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
771 iTargetBpp = BytesPerPixel(DisplayMode());
900 iSourceBpp = BytesPerPixel(aMode);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 73 Uint8 BytesPerPixel;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 73 Uint8 BytesPerPixel;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 73 Uint8 BytesPerPixel;
    [all...]

Completed in 1788 milliseconds