Searched refs:surface_based (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_texture.h160 GLboolean surface_based; member in struct:st_texture_object
162 /* If surface_based is true, this format should be used for all sampler
252 return stObj->surface_based ? stObj->surface_format : stObj->pt->format;
H A Dst_gen_mipmap.c123 if (stObj->surface_based)
H A Dst_cb_eglimage.c194 if (!stObj->surface_based) {
196 stObj->surface_based = GL_TRUE;
H A Dst_vdpau.c223 if (!stObj->surface_based) {
225 stObj->surface_based = GL_TRUE;
H A Dst_manager.c732 if (!stObj->surface_based) {
734 stObj->surface_based = GL_TRUE;
H A Dst_sampler_view.c477 format = stObj->surface_based ? stObj->surface_format : stObj->pt->format;
H A Dst_cb_texture.c727 * Preparation prior to glTexImage. Basically check the 'surface_based'
738 if (stObj->surface_based) {
759 stObj->surface_based = GL_FALSE;
1967 if (stObj->surface_based)
2615 if (stObj->surface_based) {
3058 tex->surface_based = GL_TRUE;
H A Dst_cb_fbo.c473 if (stTexObj->surface_based)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_texture.h184 GLboolean surface_based; member in struct:st_texture_object
186 /* If surface_based is true, this format should be used for all sampler
276 return stObj->surface_based ? stObj->surface_format : stObj->pt->format;
H A Dst_gen_mipmap.c129 if (stObj->surface_based)
H A Dst_vdpau.c239 if (!stObj->surface_based) {
241 stObj->surface_based = GL_TRUE;
H A Dst_cb_eglimage.c289 if (!stObj->surface_based) {
291 stObj->surface_based = GL_TRUE;
H A Dst_cb_blit.c199 blit.src.format = srcObj->surface_based ? srcObj->surface_format : srcObj->pt->format;
H A Dst_manager.c737 if (!stObj->surface_based) {
739 stObj->surface_based = GL_TRUE;
H A Dst_sampler_view.c517 format = stObj->surface_based ? stObj->surface_format : stObj->pt->format;
H A Dst_cb_texture.c1098 * Preparation prior to glTexImage. Basically check the 'surface_based'
1109 if (stObj->surface_based) {
1130 stObj->surface_based = GL_FALSE;
2541 src_format = get_src_format(screen, stObj->surface_based ? stObj->surface_format : src->format, src);
3013 if (stObj->surface_based) {
3474 tex->surface_based = GL_TRUE;
H A Dst_cb_fbo.c504 if (stTexObj->surface_based)

Completed in 26 milliseconds