Searched refs:fb_format (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dutils.h51 driCreateConfigs(GLenum fb_format, GLenum fb_type,
H A Dutils.c126 * 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, argument
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/
H A Dutils.h51 driCreateConfigs(GLenum fb_format, GLenum fb_type,
H A Dutils.c126 * 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, argument
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/i915/
H A Dintel_screen.c922 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[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_screen.c922 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[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_screen.c922 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[
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c922 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[
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c922 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[
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.c922 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[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c716 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/radeon/
H A Dradeon_screen.c716 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/
H A Dswrast.c128 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/r200/
H A Dradeon_screen.c716 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/radeon/
H A Dradeon_screen.c716 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/
H A Dswrast.c128 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/kernel-headers/original/uapi/asm-mips/asm/
H A Dinst.h602 struct fb_format { /* FPU branch format (MIPS32) */ struct
866 struct fb_format fb_format; member in union:mips_instruction
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Drenderer.c1263 enum pipe_format fb_format)
1285 if (!util_format_has_alpha(fb_format)) {
1261 renderer_validate_blend(struct renderer *renderer, const struct vg_state *state, enum pipe_format fb_format) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c1263 enum pipe_format fb_format)
1285 if (!util_format_has_alpha(fb_format)) {
1261 renderer_validate_blend(struct renderer *renderer, const struct vg_state *state, enum pipe_format fb_format) argument

Completed in 605 milliseconds