/external/mesa3d/src/mesa/drivers/dri/common/ |
utils.h | 51 driCreateConfigs(GLenum fb_format, GLenum fb_type,
|
utils.c | 126 * However, the meanings of \c fb_format and \c fb_type require further 127 * explanation. The \c fb_format specifies which color components are in 151 * \param fb_format Format of the framebuffer. Currently only \c GL_RGB, 177 * cause of failure is a bad parameter (i.e., unsupported \c fb_format or 188 driCreateConfigs(GLenum fb_format, GLenum fb_type, 289 switch ( fb_format ) { 308 __FUNCTION__, __LINE__, fb_format ); 320 bits = ((fb_format == GL_RGB) || (fb_format == GL_BGR))
|
/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/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/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/r10/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/r10/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/r10/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/r10/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/r11/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/r11/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/r11/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/r11/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
|