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

  /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
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,
257 switch ( fb_type ) {
278 __FUNCTION__, __LINE__, fb_type );
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 923 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[i]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 129 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,
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.cpp 139 char fb_type[MAX_SYSFS_DATA]; local
146 len = read_node(fb_type_path, fb_type);
147 ALOGD_IF(DEBUG, "%s: fb_type:%s", __FUNCTION__, fb_type);
148 if(len > 0 && (strncmp(fb_type, dtv_panel_str, strlen(dtv_panel_str)) == 0)){
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 717 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 126 milliseconds