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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_uniform.h41 uniform_native = 0, /**< Store data in the native format. */ enumerator in enum:gl_uniform_driver_format
/external/mesa3d/src/glsl/
H A Dir_uniform.h41 uniform_native = 0, /**< Store data in the native format. */ enumerator in enum:gl_uniform_driver_format
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp2494 enum gl_uniform_driver_format format = uniform_native;
2500 format = uniform_native;
2505 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float;
2509 format = uniform_native;
2522 format = uniform_native;
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2494 enum gl_uniform_driver_format format = uniform_native;
2500 format = uniform_native;
2505 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float;
2509 format = uniform_native;
2522 format = uniform_native;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniform_query.cpp505 case uniform_native:
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp505 case uniform_native:

Completed in 70 milliseconds