Searched refs:OES_texture_float_linear (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_extensions.c133 ctx->Extensions.OES_texture_float_linear = true;
/external/mesa3d/src/mesa/main/
H A Dextensions_table.h390 EXT(OES_texture_float_linear , OES_texture_float_linear , x , x , x , ES2, 2005)
H A Dtexobj.c56 * OES_texture_float_linear are supported. OES_texture_float mentions support
60 * OES_texture_float_linear is supported.
72 } else if (obj->_IsFloat && !ctx->Extensions.OES_texture_float_linear) {
89 } else if (obj->_IsFloat && !ctx->Extensions.OES_texture_float_linear) {
H A Dglformats.c3718 /* The OES_texture_float_linear spec says:
3727 return ctx->Extensions.OES_texture_float_linear;
H A Dmtypes.h3996 GLboolean OES_texture_float_linear; member in struct:gl_extensions
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c646 { o(OES_texture_float_linear), PIPE_CAP_TEXTURE_FLOAT_LINEAR },

Completed in 124 milliseconds