Home
last modified time | relevance | path

Searched refs:NativeIntegers (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c572 ctx->Const.NativeIntegers = GL_TRUE; in st_init_extensions()
584 ctx->Const.NativeIntegers = GL_TRUE; in st_init_extensions()
Dst_mesa_to_tgsi.c1169 if (!ctx->Const.NativeIntegers) { in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp4673 if (!ctx->Const.NativeIntegers) { in st_translate_program()
4853 v->native_integers = ctx->Const.NativeIntegers; in get_mesa_program()
5032 if (!ctx->Const.NativeIntegers) in st_link_shader()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c389 ctx->Const.NativeIntegers = true; in brwCreateContext()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2499 assert(ctx->Const.NativeIntegers); in _mesa_associate_uniform_storage()
2505 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float; in _mesa_associate_uniform_storage()
2513 if (ctx->Const.NativeIntegers) { in _mesa_associate_uniform_storage()
/external/mesa3d/src/mesa/main/
Dmtypes.h2871 GLboolean NativeIntegers; member