Home
last modified time | relevance | path

Searched refs:_IsFloat (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexobj.c81 } else if (obj->_IsFloat && !ctx->Extensions.OES_texture_float_linear) { in valid_filter_for_float()
99 } else if (obj->_IsFloat && !ctx->Extensions.OES_texture_float_linear) { in valid_filter_for_float()
Dmtypes.h941 GLboolean _IsFloat; /**< GL_OES_float_texture */ member
Dfbobject.c893 if (att->Texture->_IsFloat && att->Renderbuffer->_BaseFormat == GL_RGBA) in gles_check_float_renderable()
Dteximage.c3068 texObj->_IsFloat = GL_TRUE; in teximage()