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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 716 GLenum fb_format[3]; local
742 fb_format[0] = GL_RGB;
745 fb_format[1] = GL_BGR;
748 fb_format[2] = GL_BGRA;
751 for (color = 0; color < ARRAY_SIZE(fb_format); color++) {
754 new_configs = driCreateConfigs(fb_format[color], fb_type[color],
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 922 GLenum fb_format[3]; local
927 fb_format[0] = GL_RGB;
930 fb_format[1] = GL_BGR;
933 fb_format[2] = GL_BGRA;
937 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
956 new_configs = driCreateConfigs(fb_format[i], fb_type[i],
970 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
981 new_configs = driCreateConfigs(fb_format[i], fb_type[i],
1002 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
1026 new_configs = driCreateConfigs(fb_format[i], fb_type[i]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 128 GLenum fb_format; local
165 fb_format = GL_RGB;
169 fb_format = GL_RGB;
173 fb_format = GL_BGR;
177 fb_format = GL_BGRA;
186 configs = driCreateConfigs(fb_format, fb_type,
  /development/ndk/platforms/android-21/arch-mips/include/asm/
inst.h 556 struct fb_format { struct
845 struct fb_format fb_format; member in union:mips_instruction
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
inst.h 556 struct fb_format { struct
845 struct fb_format fb_format; member in union:mips_instruction
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/asm/
inst.h 556 struct fb_format { struct
845 struct fb_format fb_format; member in union:mips_instruction
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/asm/
inst.h 556 struct fb_format { struct
845 struct fb_format fb_format; member in union:mips_instruction
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/asm/
inst.h 556 struct fb_format { struct
845 struct fb_format fb_format; member in union:mips_instruction
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/asm/
inst.h 556 struct fb_format { struct
845 struct fb_format fb_format; member in union:mips_instruction
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm/
inst.h 556 struct fb_format { struct
845 struct fb_format fb_format; member in union:mips_instruction
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm/
inst.h 556 struct fb_format { struct
845 struct fb_format fb_format; member in union:mips_instruction
  /bionic/libc/kernel/uapi/asm-mips/asm/
inst.h 907 struct fb_format { struct
1064 struct fb_format fb_format; member in union:mips_instruction
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
inst.h 663 struct fb_format { /* FPU branch format (MIPS32) */ struct
929 struct fb_format fb_format; member in union:mips_instruction

Completed in 2264 milliseconds