Searched refs:NativeIntegers (Results 1 – 6 of 6) sorted by relevance
572 ctx->Const.NativeIntegers = GL_TRUE; in st_init_extensions()584 ctx->Const.NativeIntegers = GL_TRUE; in st_init_extensions()
1169 if (!ctx->Const.NativeIntegers) { in st_translate_mesa_program()
4673 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()
389 ctx->Const.NativeIntegers = true; in brwCreateContext()
2499 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()
2871 GLboolean NativeIntegers; member