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

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_extensions.c 133 ctx->Extensions.OES_texture_float_linear = true;
  /external/mesa3d/src/mesa/main/
extensions_table.h     [all...]
texobj.c 56 * 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) {
    [all...]
glformats.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 646 { o(OES_texture_float_linear), PIPE_CAP_TEXTURE_FLOAT_LINEAR },
    [all...]

Completed in 63 milliseconds