Searched refs:fb_type (Results 1 - 8 of 8) sorted by relevance

/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
130 * position and blue is in the "least significant". The \c fb_type specifies
153 * \param fb_type Type of the pixels in the framebuffer. Currently only
178 * \c fb_type).
188 driCreateConfigs(GLenum fb_format, GLenum fb_type, argument
257 switch ( fb_type ) {
278 __FUNCTION__, __LINE__, fb_type );
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c923 GLenum fb_type[3]; local
928 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5;
931 fb_type[1] = GL_UNSIGNED_INT_8_8_8_8_REV;
934 fb_type[2] = GL_UNSIGNED_INT_8_8_8_8_REV;
948 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
956 new_configs = driCreateConfigs(fb_format[i], fb_type[i],
973 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
981 new_configs = driCreateConfigs(fb_format[i], fb_type[i],
1013 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
1026 new_configs = driCreateConfigs(fb_format[i], fb_type[
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c923 GLenum fb_type[3]; local
928 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5;
931 fb_type[1] = GL_UNSIGNED_INT_8_8_8_8_REV;
934 fb_type[2] = GL_UNSIGNED_INT_8_8_8_8_REV;
948 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
956 new_configs = driCreateConfigs(fb_format[i], fb_type[i],
973 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
981 new_configs = driCreateConfigs(fb_format[i], fb_type[i],
1013 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
1026 new_configs = driCreateConfigs(fb_format[i], fb_type[
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.c923 GLenum fb_type[3]; local
928 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5;
931 fb_type[1] = GL_UNSIGNED_INT_8_8_8_8_REV;
934 fb_type[2] = GL_UNSIGNED_INT_8_8_8_8_REV;
948 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
956 new_configs = driCreateConfigs(fb_format[i], fb_type[i],
973 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
981 new_configs = driCreateConfigs(fb_format[i], fb_type[i],
1013 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) {
1026 new_configs = driCreateConfigs(fb_format[i], fb_type[
[all...]
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c129 GLenum fb_type; local
166 fb_type = GL_UNSIGNED_BYTE_2_3_3_REV;
170 fb_type = GL_UNSIGNED_SHORT_5_6_5;
174 fb_type = GL_UNSIGNED_INT_8_8_8_8_REV;
178 fb_type = GL_UNSIGNED_INT_8_8_8_8_REV;
186 configs = driCreateConfigs(fb_format, fb_type,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c717 GLenum fb_type[3]; local
743 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5;
746 fb_type[1] = GL_UNSIGNED_INT_8_8_8_8_REV;
749 fb_type[2] = GL_UNSIGNED_INT_8_8_8_8_REV;
754 new_configs = driCreateConfigs(fb_format[color], fb_type[color],
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c717 GLenum fb_type[3]; local
743 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5;
746 fb_type[1] = GL_UNSIGNED_INT_8_8_8_8_REV;
749 fb_type[2] = GL_UNSIGNED_INT_8_8_8_8_REV;
754 new_configs = driCreateConfigs(fb_format[color], fb_type[color],

Completed in 214 milliseconds