Searched refs:gltype (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/ui/ |
H A D | console-gl.c | 60 surface->gltype = GL_UNSIGNED_BYTE; in surface_gl_create_texture() 65 surface->gltype = GL_UNSIGNED_BYTE; in surface_gl_create_texture() 69 surface->gltype = GL_UNSIGNED_SHORT_5_6_5; in surface_gl_create_texture() 84 0, surface->glformat, surface->gltype, in surface_gl_create_texture() 90 0, surface->glformat, surface->gltype, in surface_gl_create_texture() 114 surface->glformat, surface->gltype, in surface_gl_update_texture()
|
/openbmc/linux/fs/gfs2/ |
H A D | trace_gfs2.h | 99 __field( u32, gltype ) 110 __entry->gltype = gl->gl_name.ln_type; 119 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype, 138 __field( u32, gltype ) 145 __entry->gltype = gl->gl_name.ln_type; 153 __entry->gltype, (unsigned long long)__entry->glnum, 170 __field( u32, gltype ) 179 __entry->gltype = gl->gl_name.ln_type; 188 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype, 207 __field( u32, gltype ) [all …]
|
H A D | sys.c | 307 unsigned int gltype; in demote_rq_store() local 315 rv = sscanf(buf, "%u:%llu %15s", &gltype, &glnum, in demote_rq_store() 329 if (gltype > LM_TYPE_JOURNAL) in demote_rq_store() 331 if (gltype == LM_TYPE_NONDISK && glnum == GFS2_FREEZE_LOCK) in demote_rq_store() 334 glops = gfs2_glops_list[gltype]; in demote_rq_store()
|
H A D | lock_dlm.c | 78 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_reply_times() local 87 gfs2_update_stats(&lks->lkstats[gltype], index, rtt); /* Global */ in gfs2_update_reply_times() 105 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_request_times() local 115 gfs2_update_stats(&lks->lkstats[gltype], GFS2_LKS_SIRT, irt); /* Global */ in gfs2_update_request_times()
|
/openbmc/qemu/include/ui/ |
H A D | surface.h | 23 GLenum gltype; member
|