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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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,
  /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,
  /system/core/fastboot/
engine.c 299 int fb_format(Action *a, usb_handle *usb, int skip_if_not_supported) function
610 status = fb_format(a, usb, (int)a->data);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
renderer.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c     [all...]

Completed in 285 milliseconds