Searched refs:NativeIntegers (Results 1 - 12 of 12) sorted by relevance

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

Completed in 493 milliseconds